common/makefiles/Jprt.gmk

changeset 668
52d1b385a4ed
parent 610
dea045cc48ca
child 673
2ef28c12d649
     1.1 --- a/common/makefiles/Jprt.gmk	Tue Apr 02 15:29:18 2013 -0700
     1.2 +++ b/common/makefiles/Jprt.gmk	Thu Apr 04 09:24:21 2013 +0200
     1.3 @@ -64,6 +64,10 @@
     1.4  # Build with the configure bridge. After running configure, restart make
     1.5  # to parse the new spec file.
     1.6  BRIDGE_TARGETS := all
     1.7 +# Add bootcycle-images target if legacy variable is set.
     1.8 +ifeq ($(SKIP_BOOT_CYCLE),false)
     1.9 +  BRIDGE_TARGETS += bootcycle-images
    1.10 +endif
    1.11  bridgeBuild: bridge2configure
    1.12  	@cd $(root_dir) && $(MAKE) -f NewMakefile.gmk $(BRIDGE_TARGETS)
    1.13  

mercurial