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" .IF "$(GUIBASE)"!="aqua"
dummy: dummy:
@echo "Nothing to build for GUIBASE $(GUIBASE)" # nothing
.ELSE # "$(GUIBASE)"!="aqua" .ELSE # "$(GUIBASE)"!="aqua"

View File

@@ -108,8 +108,10 @@ DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp DEF1EXPORTFILE= exports.dxp
.ELSE .ELSE
dummy: dummy:
@echo "Nothing to build for GUI $(GUI)" # nothing
.ENDIF # "$(GUI)"=="WNT" .ENDIF # "$(GUI)"=="WNT"
# --- Targets ---------------------------------- # --- Targets ----------------------------------
.INCLUDE : $(PRJ)$/target.pmk .INCLUDE : $(PRJ)$/target.pmk

View File

@@ -129,13 +129,17 @@ DEF2NAME= $(SHL2TARGET)
# --- Targets ----------------------------------- # --- Targets -----------------------------------
.ELSE # "$(ENABLE_KAB)" == "TRUE" .ELSE # "$(ENABLE_KAB)" == "TRUE"
dummy: dummy:
@echo KDE Addressbook disabled - nothing to build # nothing
.ENDIF .ENDIF
.ELSE # "$(GUI)" == "UNX" .ELSE # "$(GUI)" == "UNX"
dummy: dummy:
@echo "Nothing to build for GUI $(GUI)" # nothing
.ENDIF .ENDIF
.INCLUDE : $(PRJ)$/target.pmk .INCLUDE : $(PRJ)$/target.pmk

View File

@@ -117,13 +117,17 @@ DEF2NAME= $(SHL2TARGET)
# --- Targets ----------------------------------- # --- Targets -----------------------------------
.ELSE # "$(OS)" == "MACOSX" .ELSE # "$(OS)" == "MACOSX"
dummy: dummy:
@echo Not using Mac OS X - nothing to build # nothing
.ENDIF .ENDIF
.ELSE # "$(GUI)" == "UNX" .ELSE # "$(GUI)" == "UNX"
dummy: dummy:
@echo "Nothing to build for GUI $(GUI)" # nothing
.ENDIF .ENDIF
.INCLUDE : $(PRJ)$/target.pmk .INCLUDE : $(PRJ)$/target.pmk

View File

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

View File

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

View File

@@ -37,8 +37,10 @@ COMP1TYPELIST=$(TARGET)
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)" .IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL: ALL:
@echo Nothing done for non-desktop OSes # nothing
.ENDIF .ENDIF
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------

View File

@@ -41,8 +41,10 @@ TESTAPP1=urltest
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)" .IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL: ALL:
@echo Nothing done for non-desktop OSes # nothing
.ENDIF .ENDIF
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------

View File

@@ -39,8 +39,10 @@ LIBSALCPPRT=$(0)
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)" .IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL: ALL:
@echo Nothing done for non-desktop OSes # nothing
.ENDIF .ENDIF
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------

View File

@@ -38,8 +38,10 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)" .IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL: ALL:
@echo Nothing done for non-desktop OSes # nothing
.ENDIF .ENDIF
.IF "$(SYSTEM_EXPAT)" == "YES" .IF "$(SYSTEM_EXPAT)" == "YES"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -37,8 +37,10 @@ CAPTURE_OUTPUT = > $(MISC)$/testhxx.output && $(TOUCH) $(SLO)$/testhxx.obj
.INCLUDE: settings.mk .INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES" .IF "$(CROSS_COMPILING)"=="YES"
all: all:
@echo Nothing done when cross-compiling # nothing
.ENDIF .ENDIF
SLOFILES = $(SLO)$/testhxx.obj SLOFILES = $(SLO)$/testhxx.obj

View File

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

View File

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

View File

@@ -35,8 +35,10 @@ PACKAGE = cliversion
.INCLUDE: settings.mk .INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES" .IF "$(CROSS_COMPILING)"=="YES"
all: all:
@echo Nothing done when cross-compiling # nothing
.ENDIF .ENDIF
.INCLUDE : $(PRJ)$/util$/makefile.pmk .INCLUDE : $(PRJ)$/util$/makefile.pmk