common/makefiles/Jprt.gmk

changeset 668
52d1b385a4ed
parent 610
dea045cc48ca
child 673
2ef28c12d649
equal deleted inserted replaced
666:01f631f89fa3 668:52d1b385a4ed
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

mercurial