-rw-r--r-- | Makefile.Embedded | 13 |
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 @@ -76,5 +76,5 @@ build_qtopia_plugin: build_microkde build_opie_plugin: build_microkde ifdef BUILD_NO_OPIE_PLUGIN - @echo ---> opie plugin not build. + @echo == opie plugin not build. else for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ @@ -85,5 +85,5 @@ build_opie_plugin: build_microkde build_sharp_plugin: build_microkde ifdef BUILD_NO_SHARP_PLUGIN - @echo ---> ldap plugin not build. + @echo == ldap plugin not build. else for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ @@ -94,5 +94,5 @@ build_sharp_plugin: build_microkde build_ldap_plugin: build_microkde ifdef BUILD_NO_LDAP_PLUGIN - @echo ---> ldap plugin not build. + @echo == ldap plugin not build. else for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ @@ -104,5 +104,5 @@ build_ldap_plugin: build_microkde build_micromail: build_microkde ifdef BUILD_NO_MICROMAIL - @echo ---> micromail not build. + @echo == kmicromail not build. else for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ @@ -113,5 +113,5 @@ build_micromail: build_microkde build_gammu: variable_test tmake ifdef BUILD_NO_GAMMU - @echo ---> gammu not build. + @echo == gammu not build. else for i in $(SUBDIRS_GAMMU); do pushd $$i; \ @@ -167,4 +167,7 @@ variable_test: variable_info endif endif + ifdef BUILD_NO_GAMMU + @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) + endif @echo -------------------------------------- |