summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:34:10 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:52:23 +0200
commita6ed487d9703a052f335141d3d44a022d08e84ab (patch)
tree66420202ccf16f782d548aadb3556c7a6af70412
parent68eabebbf7e3f41310fa198fcf5d565fa03c9f6f (diff)
Decrease verbiage a little bit
-rw-r--r--apple_remote/makefile.mk2
-rwxr-xr-xconnectivity/source/drivers/ado/makefile.mk4
-rwxr-xr-xconnectivity/source/drivers/kab/makefile.mk8
-rwxr-xr-xconnectivity/source/drivers/macab/makefile.mk8
-rw-r--r--external/glibc/makefile.mk4
-rw-r--r--shell/source/backends/macbe/makefile.mk2
-rw-r--r--shell/source/cmdmail/makefile.mk4
-rw-r--r--shell/source/unix/exec/makefile.mk4
-rw-r--r--shell/source/unix/misc/makefile.mk4
-rw-r--r--shell/source/unix/sysshell/makefile.mk4
-rw-r--r--soltools/cpp/makefile.mk4
-rw-r--r--soltools/giparser/makefile.mk4
-rw-r--r--soltools/javadep/makefile.mk4
-rw-r--r--soltools/mkdepend/makefile.mk4
-rw-r--r--soltools/support/makefile.mk4
-rw-r--r--soltools/testhxx/makefile.mk4
-rwxr-xr-xsysui/desktop/macosx/makefile.mk2
-rw-r--r--testtools/source/bridgetest/pyuno/makefile.mk4
-rw-r--r--testtools/source/cliversioning/makefile.mk4
19 files changed, 57 insertions, 21 deletions
diff --git a/apple_remote/makefile.mk b/apple_remote/makefile.mk
index d261d5192708..7a5f28d3efff 100644
--- a/apple_remote/makefile.mk
+++ b/apple_remote/makefile.mk
@@ -41,7 +41,7 @@ ENABLE_EXCEPTIONS=TRUE
.IF "$(GUIBASE)"!="aqua"
dummy:
- @echo "Nothing to build for GUIBASE $(GUIBASE)"
+# nothing
.ELSE # "$(GUIBASE)"!="aqua"
diff --git a/connectivity/source/drivers/ado/makefile.mk b/connectivity/source/drivers/ado/makefile.mk
index 20cd74f99692..21b33544a9f1 100755
--- a/connectivity/source/drivers/ado/makefile.mk
+++ b/connectivity/source/drivers/ado/makefile.mk
@@ -108,8 +108,10 @@ DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
.ELSE
+
dummy:
- @echo "Nothing to build for GUI $(GUI)"
+# nothing
+
.ENDIF # "$(GUI)"=="WNT"
# --- Targets ----------------------------------
.INCLUDE : $(PRJ)$/target.pmk
diff --git a/connectivity/source/drivers/kab/makefile.mk b/connectivity/source/drivers/kab/makefile.mk
index b3690cc7c75c..c7f7b9a2f024 100755
--- a/connectivity/source/drivers/kab/makefile.mk
+++ b/connectivity/source/drivers/kab/makefile.mk
@@ -129,13 +129,17 @@ DEF2NAME= $(SHL2TARGET)
# --- Targets -----------------------------------
.ELSE # "$(ENABLE_KAB)" == "TRUE"
+
dummy:
- @echo KDE Addressbook disabled - nothing to build
+# nothing
+
.ENDIF
.ELSE # "$(GUI)" == "UNX"
+
dummy:
- @echo "Nothing to build for GUI $(GUI)"
+# nothing
+
.ENDIF
.INCLUDE : $(PRJ)$/target.pmk
diff --git a/connectivity/source/drivers/macab/makefile.mk b/connectivity/source/drivers/macab/makefile.mk
index b2e8db65dc6b..a6245932431d 100755
--- a/connectivity/source/drivers/macab/makefile.mk
+++ b/connectivity/source/drivers/macab/makefile.mk
@@ -117,13 +117,17 @@ DEF2NAME= $(SHL2TARGET)
# --- Targets -----------------------------------
.ELSE # "$(OS)" == "MACOSX"
+
dummy:
- @echo Not using Mac OS X - nothing to build
+# nothing
+
.ENDIF
.ELSE # "$(GUI)" == "UNX"
+
dummy:
- @echo "Nothing to build for GUI $(GUI)"
+# nothing
+
.ENDIF
.INCLUDE : $(PRJ)$/target.pmk
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk
index f7a3b1e4da66..8eee6a523eed 100644
--- a/external/glibc/makefile.mk
+++ b/external/glibc/makefile.mk
@@ -57,8 +57,10 @@ OUT2INC= \
posix/config.h
.ELSE
+
@all:
- @echo "Nothing to do here."
+# nothing
+
.ENDIF
# --- Targets ------------------------------------------------------
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"
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk
index 5cada33f9cd4..b6db421976de 100644
--- a/soltools/cpp/makefile.mk
+++ b/soltools/cpp/makefile.mk
@@ -38,8 +38,10 @@ NO_DEFAULT_STL=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
UWINAPILIB=$(0)
diff --git a/soltools/giparser/makefile.mk b/soltools/giparser/makefile.mk
index d7f04dbe82f6..b2dbe39a6f23 100644
--- a/soltools/giparser/makefile.mk
+++ b/soltools/giparser/makefile.mk
@@ -38,8 +38,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
# --- Files --------------------------------------------------------
diff --git a/soltools/javadep/makefile.mk b/soltools/javadep/makefile.mk
index e6dcf32350f2..7fa4f8f8a3ed 100644
--- a/soltools/javadep/makefile.mk
+++ b/soltools/javadep/makefile.mk
@@ -38,8 +38,10 @@ NO_DEFAULT_STL=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
UWINAPILIB=$(0)
diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk
index d10f50f99356..da2a3d1e82e2 100644
--- a/soltools/mkdepend/makefile.mk
+++ b/soltools/mkdepend/makefile.mk
@@ -39,8 +39,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
LIBSALCPPRT=
diff --git a/soltools/support/makefile.mk b/soltools/support/makefile.mk
index 8628b5234d91..c038a2dfe980 100644
--- a/soltools/support/makefile.mk
+++ b/soltools/support/makefile.mk
@@ -37,8 +37,10 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
# --- Files --------------------------------------------------------
diff --git a/soltools/testhxx/makefile.mk b/soltools/testhxx/makefile.mk
index e71d8f116e23..aaadd3a31d5b 100644
--- a/soltools/testhxx/makefile.mk
+++ b/soltools/testhxx/makefile.mk
@@ -37,8 +37,10 @@ CAPTURE_OUTPUT = > $(MISC)$/testhxx.output && $(TOUCH) $(SLO)$/testhxx.obj
.INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
SLOFILES = $(SLO)$/testhxx.obj
diff --git a/sysui/desktop/macosx/makefile.mk b/sysui/desktop/macosx/makefile.mk
index 89f23562f3af..23b7b58dd4ee 100755
--- a/sysui/desktop/macosx/makefile.mk
+++ b/sysui/desktop/macosx/makefile.mk
@@ -37,7 +37,7 @@ TARGET=desktopmacosx
.IF "$(OS)"!="MACOSX"
dummy:
- @echo "Nothing to build for OS $(OS)"
+# nothing
.ELSE # "$(OS)"!="MACOSX"
diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk
index b7a7294dcf60..bae9a332ec88 100644
--- a/testtools/source/bridgetest/pyuno/makefile.mk
+++ b/testtools/source/bridgetest/pyuno/makefile.mk
@@ -40,8 +40,10 @@ my_components = pythonloader
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
# --- Files --------------------------------------------------------
diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk
index 803fda83a47c..fc59d14113a5 100644
--- a/testtools/source/cliversioning/makefile.mk
+++ b/testtools/source/cliversioning/makefile.mk
@@ -35,8 +35,10 @@ PACKAGE = cliversion
.INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
.INCLUDE : $(PRJ)$/util$/makefile.pmk