Silence a few lines of pointless verbiage

This commit is contained in:
Tor Lillqvist
2012-02-02 17:55:48 +02:00
parent 41a3c8f14a
commit aa5404b92f
2 changed files with 9 additions and 3 deletions

View File

@@ -34,13 +34,17 @@ PACKAGE = connectivity/tools
.INCLUDE: settings.mk .INCLUDE: settings.mk
.IF "$(SOLAR_JAVA)" == "" .IF "$(SOLAR_JAVA)" == ""
all: all:
@echo "Java not available. Build skipped" # nothing
.ELSE .ELSE
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/QADEVOOO//)" .IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/QADEVOOO//)"
all: all:
@echo "QADEVOO not set. Build skipped" # nothing
.ELSE .ELSE
#----- compile .java files ----------------------------------------- #----- compile .java files -----------------------------------------

View File

@@ -34,8 +34,10 @@ PACKAGE = complex/connectivity
.INCLUDE: settings.mk .INCLUDE: settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/QADEVOOO//)" .IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/QADEVOOO//)"
all: all:
@echo "QADEVOO not set. Build skipped" # nothing
.ELSE .ELSE
#----- compile .java files ----------------------------------------- #----- compile .java files -----------------------------------------