./NewMakefile.gmk

Print this page

        

@@ -48,12 +48,10 @@
 else
     makefile_path:=$(lastword $(MAKEFILE_LIST))
 endif
 root_dir:=$(dir $(makefile_path))
 
-include $(root_dir)/common/makefiles/Jprt.gmk
-
 # ... and then we can include our helper functions
 include $(root_dir)/common/makefiles/MakeHelpers.gmk
 
 $(eval $(call ParseLogLevel))
 $(eval $(call ParseConfAndSpec))

@@ -78,10 +76,14 @@
         @$(foreach spec,$(SPEC),($(MAKE) -f NewMakefile.gmk SPEC=$(spec) $(VERBOSE) VERBOSE=$(VERBOSE) $@) &&) true
 
     endif
 endif
 
+# Include this after a potential spec file has been included so that the bundles target
+# has access to the spec variables.
+include $(root_dir)/common/makefiles/Jprt.gmk
+
 # Here are "global" targets, i.e. targets that can be executed without specifying a single configuration.
 # If you addd more global targets, please update the variable global_targets in MakeHelpers.
 
 help:
         $(info )