-rw-r--r-- | Makefile.Embedded | 4 |
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 | |||
@@ -123,24 +123,28 @@ variable_info: | |||
123 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) | 123 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) |
124 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) | 124 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) |
125 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) | 125 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) |
126 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) | 126 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) |
127 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) | 127 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) |
128 | ifndef BUILD_NO_SHARP_PLUGIN | 128 | ifndef BUILD_NO_SHARP_PLUGIN |
129 | @echo SHARPDTMSDK=$(SHARPDTMSDK) | 129 | @echo SHARPDTMSDK=$(SHARPDTMSDK) |
130 | endif | 130 | endif |
131 | @echo -------------------------------------- | 131 | @echo -------------------------------------- |
132 | 132 | ||
133 | variable_test: variable_info | 133 | variable_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 |
141 | ifdef BUILD_NO_MICROMAIL | 145 | ifdef BUILD_NO_MICROMAIL |
142 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 146 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
143 | endif | 147 | endif |
144 | ifdef BUILD_NO_SHARP_PLUGIN | 148 | ifdef BUILD_NO_SHARP_PLUGIN |
145 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | 149 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
146 | else | 150 | else |