make/bsd/makefiles/buildtree.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/bsd/makefiles/buildtree.make	Fri Apr  5 23:43:47 2013
--- new/make/bsd/makefiles/buildtree.make	Fri Apr  5 23:43:47 2013

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 120,130 **** --- 120,130 ---- $(PLATFORM_DIR)/generated/dependencies \ $(PLATFORM_DIR)/generated/adfiles \ $(PLATFORM_DIR)/generated/jvmtifiles \ $(PLATFORM_DIR)/generated/dtracefiles ! TARGETS = debug fastdebug jvmg optimized product profiled SUBMAKE_DIRS = $(addprefix $(PLATFORM_DIR)/,$(TARGETS)) # For dependencies and recursive makes. BUILDTREE_MAKE = $(GAMMADIR)/make/$(OS_FAMILY)/makefiles/buildtree.make
*** 265,276 **** --- 265,274 ---- flags_vm.make: $(BUILDTREE_MAKE) ../shared_dirs.lst @echo Creating $@ ... $(QUIETLY) ( \ $(BUILDTREE_COMMENT); \ echo; \ [ "$(TARGET)" = profiled ] && \ echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/optimized.make"; \ echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(TARGET).make"; \ ) > $@ ../shared_dirs.lst: $(BUILDTREE_MAKE) $(GAMMADIR)/src/share/vm @echo Creating directory list $@

make/bsd/makefiles/buildtree.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File