hotspot/make/linux/makefiles/buildtree.make
changeset 25639 61be16de0fd5
parent 24238 641b2b1b0163
child 26565 32d2efad175d
equal deleted inserted replaced
25638:907806460916 25639:61be16de0fd5
     1 #
     1 #
     2 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
   275 	[ -n "$(INCLUDE_TRACE)" ] && \
   275 	[ -n "$(INCLUDE_TRACE)" ] && \
   276 	    echo && echo "INCLUDE_TRACE = $(INCLUDE_TRACE)"; \
   276 	    echo && echo "INCLUDE_TRACE = $(INCLUDE_TRACE)"; \
   277 	echo; \
   277 	echo; \
   278 	[ -n "$(SPEC)" ] && \
   278 	[ -n "$(SPEC)" ] && \
   279 	    echo "include $(SPEC)"; \
   279 	    echo "include $(SPEC)"; \
       
   280 	echo "CP ?= cp"; \
       
   281 	echo "MV ?= mv"; \
   280 	echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(VARIANT).make"; \
   282 	echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(VARIANT).make"; \
   281 	echo "include \$$(GAMMADIR)/make/excludeSrc.make"; \
   283 	echo "include \$$(GAMMADIR)/make/excludeSrc.make"; \
   282 	echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(COMPILER).make"; \
   284 	echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(COMPILER).make"; \
   283 	) > $@
   285 	) > $@
   284 
   286