--- old/common/makefiles/Jprt.gmk 2013-02-20 15:13:37.355453912 +0100 +++ new/common/makefiles/Jprt.gmk 2013-02-20 15:13:37.235433146 +0100 @@ -64,6 +64,10 @@ # Build with the configure bridge. After running configure, restart make # to parse the new spec file. BRIDGE_TARGETS := all +# Add bootcycle-images target if legacy variable is set. +ifeq ($(SKIP_BOOT_CYCLE),false) + BRIDGE_TARGETS += bootcycle-images +endif bridgeBuild: bridge2configure @cd $(root_dir) && $(MAKE) -f NewMakefile.gmk $(BRIDGE_TARGETS)