make/linux/makefiles/vm.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/linux/makefiles/vm.make	Tue Jul 16 09:59:18 2013
--- new/make/linux/makefiles/vm.make	Tue Jul 16 09:59:17 2013

*** 44,53 **** --- 44,54 ---- # read machine-specific adjustments (%%% should do this via buildtree.make?) ifeq ($(findstring true, $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK)), true) include $(MAKEFILES_DIR)/zeroshark.make else include $(MAKEFILES_DIR)/$(BUILDARCH).make + -include $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make endif # set VPATH so make knows where to look for source files # Src_Dirs_V is everything in src/share/vm/*, plus the right os/*/vm and cpu/*/vm # The adfiles directory contains ad_<arch>.[ch]pp.
*** 382,387 **** --- 383,388 ---- build: $(LIBJVM) $(LAUNCHER) $(LIBJSIG) $(LIBJVM_DB) $(BUILDLIBSAPROC) dtraceCheck install: install_jvm install_jsig install_saproc ! .PHONY: default build install install_jvm $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make

make/linux/makefiles/vm.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File