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

Silence a few lines of pointless verbiage

üst 41a3c8f1
......@@ -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 -----------------------------------------
......
......@@ -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 -----------------------------------------
......
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