summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile.Embedded4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 7777a19..826e70e 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -129,12 +129,16 @@ variable_info:
129 @echo SHARPDTMSDK=$(SHARPDTMSDK) 129 @echo SHARPDTMSDK=$(SHARPDTMSDK)
130 endif 130 endif
131 @echo -------------------------------------- 131 @echo --------------------------------------
132 132
133variable_test: variable_info 133variable_test: variable_info
134 @echo KDEPIM buildsystem, variablecheck... 134 @echo KDEPIM buildsystem, variablecheck...
135 ifndef PLATFORM
136 @echo PLATFORM is not defined.
137 $(error PLATFORM is not defined)
138 endif
135 ifdef BUILD_NO_LDAP_PLUGIN 139 ifdef BUILD_NO_LDAP_PLUGIN
136 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) 140 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN)
137 endif 141 endif
138 ifdef BUILD_NO_OPIE_PLUGIN 142 ifdef BUILD_NO_OPIE_PLUGIN
139 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) 143 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN)
140 endif 144 endif