common/makefiles/Jprt.gmk
changeset 16578 7a35b47cb9e5
parent 15396 57dde7448b3f
child 16583 f29d60d73e42
equal deleted inserted replaced
16575:d7ad0dfaa411 16578:7a35b47cb9e5
    62 #   build will use the old settings to run configure and do the build.
    62 #   build will use the old settings to run configure and do the build.
    63 
    63 
    64 # Build with the configure bridge. After running configure, restart make
    64 # Build with the configure bridge. After running configure, restart make
    65 # to parse the new spec file.
    65 # to parse the new spec file.
    66 BRIDGE_TARGETS := all
    66 BRIDGE_TARGETS := all
       
    67 # Add bootcycle-images target if legacy variable is set.
       
    68 ifeq ($(SKIP_BOOT_CYCLE),false)
       
    69   BRIDGE_TARGETS += bootcycle-images
       
    70 endif
    67 bridgeBuild: bridge2configure
    71 bridgeBuild: bridge2configure
    68 	@cd $(root_dir) && $(MAKE) -f NewMakefile.gmk $(BRIDGE_TARGETS)
    72 	@cd $(root_dir) && $(MAKE) -f NewMakefile.gmk $(BRIDGE_TARGETS)
    69 
    73 
    70 # Bridge from old Makefile ALT settings to configure options
    74 # Bridge from old Makefile ALT settings to configure options
    71 bridge2configure: $(BUILD_DIR_ROOT)/.bridge2configureOpts
    75 bridge2configure: $(BUILD_DIR_ROOT)/.bridge2configureOpts