summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
authorulf69 <ulf69>2004-09-02 19:17:54 (UTC)
committer ulf69 <ulf69>2004-09-02 19:17:54 (UTC)
commit436f0b8e6b73d7c3db1ac17da5ff245e6b12a18c (patch) (side-by-side diff)
treeb3f2b6539716ae77010b16610320639a9ef38a5d /Makefile.Embedded
parent95e13360d1ef2a7caae121ae526a8a3c1ac12005 (diff)
downloadkdepimpi-436f0b8e6b73d7c3db1ac17da5ff245e6b12a18c.zip
kdepimpi-436f0b8e6b73d7c3db1ac17da5ff245e6b12a18c.tar.gz
kdepimpi-436f0b8e6b73d7c3db1ac17da5ff245e6b12a18c.tar.bz2
cleanup of code
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 41976f3..2d0e855 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -77,3 +77,3 @@ build_opie_plugin: build_microkde
ifdef BUILD_NO_OPIE_PLUGIN
- @echo ---> opie plugin not build.
+ @echo == opie plugin not build.
else
@@ -86,3 +86,3 @@ build_sharp_plugin: build_microkde
ifdef BUILD_NO_SHARP_PLUGIN
- @echo ---> ldap plugin not build.
+ @echo == ldap plugin not build.
else
@@ -95,3 +95,3 @@ build_ldap_plugin: build_microkde
ifdef BUILD_NO_LDAP_PLUGIN
- @echo ---> ldap plugin not build.
+ @echo == ldap plugin not build.
else
@@ -105,3 +105,3 @@ build_micromail: build_microkde
ifdef BUILD_NO_MICROMAIL
- @echo ---> micromail not build.
+ @echo == kmicromail not build.
else
@@ -114,3 +114,3 @@ build_gammu: variable_test tmake
ifdef BUILD_NO_GAMMU
- @echo ---> gammu not build.
+ @echo == gammu not build.
else
@@ -168,2 +168,5 @@ variable_test: variable_info
endif
+ ifdef BUILD_NO_GAMMU
+ @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)
+ endif
@echo --------------------------------------