Decrease verbiage a little bit

This commit is contained in:
Tor Lillqvist
2012-01-27 15:34:10 +02:00
parent 68eabebbf7
commit a6ed487d97
19 changed files with 57 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ ENABLE_EXCEPTIONS=TRUE
.IF "$(GUIBASE)"!="aqua"
dummy:
@echo "Nothing to build for GUIBASE $(GUIBASE)"
# nothing
.ELSE # "$(GUIBASE)"!="aqua"

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -57,8 +57,10 @@ OUT2INC= \
posix/config.h
.ELSE
@all:
@echo "Nothing to do here."
# nothing
.ENDIF
# --- Targets ------------------------------------------------------

View File

@@ -46,7 +46,7 @@ DLLPRE =
.IF "$(OS)" != "MACOSX"
dummy:
@echo "Nothing to build for OS $(OS)."
# nothing
.ELSE

View File

@@ -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 --------------------------------------------------------

View File

@@ -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 --------------------------------------------------------

View File

@@ -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 --------------------------------------------------------

View File

@@ -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"

View File

@@ -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)

View File

@@ -38,8 +38,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
# --- Files --------------------------------------------------------

View File

@@ -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)

View File

@@ -39,8 +39,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
LIBSALCPPRT=

View File

@@ -37,8 +37,10 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
# --- Files --------------------------------------------------------

View File

@@ -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

View File

@@ -37,7 +37,7 @@ TARGET=desktopmacosx
.IF "$(OS)"!="MACOSX"
dummy:
@echo "Nothing to build for OS $(OS)"
# nothing
.ELSE # "$(OS)"!="MACOSX"

View File

@@ -40,8 +40,10 @@ my_components = pythonloader
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
# nothing
.ENDIF
# --- Files --------------------------------------------------------

View File

@@ -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