< prev index next >

make/Main.gmk

Print this page

        

*** 226,245 **** ################################################################################ # Build hotspot target ifeq ($(BUILD_HOTSPOT),true) ! hotspot: ! ifeq ($(USE_NEW_HOTSPOT_BUILD), true) ! +($(CD) $(HOTSPOT_TOPDIR)/makefiles && $(MAKE) $(MAKE_ARGS) -f BuildHotspot.gmk) ! else ! +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f HotspotWrapper.gmk) ! endif endif hotspot-ide-project: ! +($(CD) $(HOTSPOT_TOPDIR)/makefiles && $(MAKE) $(MAKE_ARGS) -f ide/CreateVSProject.gmk) ALL_TARGETS += hotspot hotspot-ide-project ################################################################################ # Build demos and samples targets --- 226,241 ---- ################################################################################ # Build hotspot target ifeq ($(BUILD_HOTSPOT),true) ! hotspot: ! +($(CD) $(HOTSPOT_TOPDIR)/make && $(MAKE) $(MAKE_ARGS) -f BuildHotspot.gmk) endif hotspot-ide-project: ! +($(CD) $(HOTSPOT_TOPDIR)/make && $(MAKE) $(MAKE_ARGS) -f ide/CreateVSProject.gmk) ALL_TARGETS += hotspot hotspot-ide-project ################################################################################ # Build demos and samples targets
< prev index next >