equal
deleted
inserted
replaced
220 |
220 |
221 include $(SPEC) |
221 include $(SPEC) |
222 |
222 |
223 # Our helper functions. |
223 # Our helper functions. |
224 include $(TOPDIR)/make/InitSupport.gmk |
224 include $(TOPDIR)/make/InitSupport.gmk |
225 |
|
226 # Verify that the spec file we included seems okay. |
|
227 $(eval $(call CheckSpecSanity)) |
|
228 |
225 |
229 # Parse COMPARE_BUILD (for makefile development) |
226 # Parse COMPARE_BUILD (for makefile development) |
230 $(eval $(call ParseCompareBuild)) |
227 $(eval $(call ParseCompareBuild)) |
231 |
228 |
232 ifeq ($(LOG_NOFILE), true) |
229 ifeq ($(LOG_NOFILE), true) |