diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 15:34:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-27 15:52:23 +0200 |
commit | a6ed487d9703a052f335141d3d44a022d08e84ab (patch) | |
tree | 66420202ccf16f782d548aadb3556c7a6af70412 /shell | |
parent | 68eabebbf7e3f41310fa198fcf5d565fa03c9f6f (diff) |
Decrease verbiage a little bit
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/macbe/makefile.mk | 2 | ||||
-rw-r--r-- | shell/source/cmdmail/makefile.mk | 4 | ||||
-rw-r--r-- | shell/source/unix/exec/makefile.mk | 4 | ||||
-rw-r--r-- | shell/source/unix/misc/makefile.mk | 4 | ||||
-rw-r--r-- | shell/source/unix/sysshell/makefile.mk | 4 |
5 files changed, 13 insertions, 5 deletions
diff --git a/shell/source/backends/macbe/makefile.mk b/shell/source/backends/macbe/makefile.mk index dd20834b2635..50b67916d587 100644 --- a/shell/source/backends/macbe/makefile.mk +++ b/shell/source/backends/macbe/makefile.mk @@ -46,7 +46,7 @@ DLLPRE = .IF "$(OS)" != "MACOSX" dummy: - @echo "Nothing to build for OS $(OS)." +# nothing .ELSE diff --git a/shell/source/cmdmail/makefile.mk b/shell/source/cmdmail/makefile.mk index b442d68659a4..b658108fb845 100644 --- a/shell/source/cmdmail/makefile.mk +++ b/shell/source/cmdmail/makefile.mk @@ -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 -------------------------------------------------------- diff --git a/shell/source/unix/exec/makefile.mk b/shell/source/unix/exec/makefile.mk index 07b312545288..453609b53a51 100644 --- a/shell/source/unix/exec/makefile.mk +++ b/shell/source/unix/exec/makefile.mk @@ -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 -------------------------------------------------------- diff --git a/shell/source/unix/misc/makefile.mk b/shell/source/unix/misc/makefile.mk index cb1a98622160..6805ad41a9f4 100644 --- a/shell/source/unix/misc/makefile.mk +++ b/shell/source/unix/misc/makefile.mk @@ -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 -------------------------------------------------------- diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk index 6e9558ab1346..93ca678d6438 100644 --- a/shell/source/unix/sysshell/makefile.mk +++ b/shell/source/unix/sysshell/makefile.mk @@ -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" |