Makefile

changeset 1140
6d0ebf545f49
parent 919
cd3825b29830
child 1288
7801df19942d
child 2447
ef851705e3e1
     1.1 --- a/Makefile	Mon May 12 06:16:36 2014 -0700
     1.2 +++ b/Makefile	Tue Jul 15 18:46:37 2014 -0700
     1.3 @@ -66,7 +66,7 @@
     1.4      # First, find out the valid targets
     1.5      # Run the makefile with an arbitrary SPEC using -p -q (quiet dry-run and dump rules) to find
     1.6      # available PHONY targets. Use this list as valid targets to pass on to the repeated calls.
     1.7 -    all_phony_targets=$(filter-out $(global_targets) bundles bundles-only final-images-only, $(strip $(shell \
     1.8 +    all_phony_targets=$(filter-out $(global_targets), $(strip $(shell \
     1.9          cd $(root_dir) && $(MAKE) -p -q FRC SPEC=$(firstword $(SPEC)) | \
    1.10          grep ^.PHONY: | head -n 1 | cut -d " " -f 2-)))
    1.11  
    1.12 @@ -79,10 +79,6 @@
    1.13    endif
    1.14  endif
    1.15  
    1.16 -# Include this after a potential spec file has been included so that the bundles target
    1.17 -# has access to the spec variables.
    1.18 -include $(root_dir)/make/Jprt.gmk
    1.19 -
    1.20  # Here are "global" targets, i.e. targets that can be executed without specifying a single configuration.
    1.21  # If you addd more global targets, please update the variable global_targets in MakeHelpers.
    1.22  

mercurial