Kaydet (Commit) a6ed487d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Decrease verbiage a little bit

üst 68eabebb
......@@ -41,7 +41,7 @@ ENABLE_EXCEPTIONS=TRUE
.IF "$(GUIBASE)"!="aqua"
dummy:
@echo "Nothing to build for GUIBASE $(GUIBASE)"
# nothing
.ELSE # "$(GUIBASE)"!="aqua"
......
......@@ -108,8 +108,10 @@ DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
.ELSE
dummy:
@echo "Nothing to build for GUI $(GUI)"
# nothing
.ENDIF # "$(GUI)"=="WNT"
# --- Targets ----------------------------------
.INCLUDE : $(PRJ)$/target.pmk
......
......@@ -129,13 +129,17 @@ DEF2NAME= $(SHL2TARGET)
# --- Targets -----------------------------------
.ELSE # "$(ENABLE_KAB)" == "TRUE"
dummy:
@echo KDE Addressbook disabled - nothing to build
# nothing
.ENDIF
.ELSE # "$(GUI)" == "UNX"
dummy:
@echo "Nothing to build for GUI $(GUI)"
# nothing
.ENDIF
.INCLUDE : $(PRJ)$/target.pmk
......
......@@ -117,13 +117,17 @@ DEF2NAME= $(SHL2TARGET)
# --- Targets -----------------------------------
.ELSE # "$(OS)" == "MACOSX"
dummy:
@echo Not using Mac OS X - nothing to build
# nothing
.ENDIF
.ELSE # "$(GUI)" == "UNX"
dummy:
@echo "Nothing to build for GUI $(GUI)"
# nothing
.ENDIF
.INCLUDE : $(PRJ)$/target.pmk
......
......@@ -57,8 +57,10 @@ OUT2INC= \
posix/config.h
.ELSE
@all:
@echo "Nothing to do here."
# nothing
.ENDIF
# --- Targets ------------------------------------------------------
......
......@@ -46,7 +46,7 @@ DLLPRE =
.IF "$(OS)" != "MACOSX"
dummy:
@echo "Nothing to build for OS $(OS)."
# nothing
.ELSE
......
......@@ -37,8 +37,10 @@ COMP1TYPELIST=$(TARGET)
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
# nothing
.ENDIF
# --- Files --------------------------------------------------------
......
......@@ -41,8 +41,10 @@ TESTAPP1=urltest
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
# nothing
.ENDIF
# --- Files --------------------------------------------------------
......
......@@ -39,8 +39,10 @@ LIBSALCPPRT=$(0)
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
# nothing
.ENDIF
# --- Files --------------------------------------------------------
......
......@@ -38,8 +38,10 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
# nothing
.ENDIF
.IF "$(SYSTEM_EXPAT)" == "YES"
......
......@@ -38,8 +38,10 @@ NO_DEFAULT_STL=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
UWINAPILIB=$(0)
......
......@@ -38,8 +38,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
# --- Files --------------------------------------------------------
......
......@@ -38,8 +38,10 @@ NO_DEFAULT_STL=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
UWINAPILIB=$(0)
......
......@@ -39,8 +39,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
LIBSALCPPRT=
......
......@@ -37,8 +37,10 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
# --- Files --------------------------------------------------------
......
......@@ -37,8 +37,10 @@ CAPTURE_OUTPUT = > $(MISC)$/testhxx.output && $(TOUCH) $(SLO)$/testhxx.obj
.INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
SLOFILES = $(SLO)$/testhxx.obj
......
......@@ -37,7 +37,7 @@ TARGET=desktopmacosx
.IF "$(OS)"!="MACOSX"
dummy:
@echo "Nothing to build for OS $(OS)"
# nothing
.ELSE # "$(OS)"!="MACOSX"
......
......@@ -40,8 +40,10 @@ my_components = pythonloader
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
# --- Files --------------------------------------------------------
......
......@@ -35,8 +35,10 @@ PACKAGE = cliversion
.INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
.INCLUDE : $(PRJ)$/util$/makefile.pmk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment