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
.IF "$(SOLAR_JAVA)" == ""
all:
@echo "Java not available. Build skipped"
# nothing
.ELSE
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/QADEVOOO//)"
all:
@echo "QADEVOO not set. Build skipped"
# nothing
.ELSE
#----- compile .java files -----------------------------------------

View File

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