make/solaris/makefiles/buildtree.make

changeset 3600
7292cff45988
parent 3473
e8a4934564b2
child 3726
74c359c4a9e5
     1.1 --- a/make/solaris/makefiles/buildtree.make	Wed Feb 22 10:32:29 2012 -0800
     1.2 +++ b/make/solaris/makefiles/buildtree.make	Wed Feb 22 09:24:35 2012 +0100
     1.3 @@ -55,6 +55,7 @@
     1.4  # The makefiles are split this way so that "make foo" will run faster by not
     1.5  # having to read the dependency files for the vm.
     1.6  
     1.7 +-include $(SPEC)
     1.8  include $(GAMMADIR)/make/scm.make
     1.9  include $(GAMMADIR)/make/altsrc.make
    1.10  
    1.11 @@ -237,6 +238,8 @@
    1.12  	    echo "HOTSPOT_EXTRA_SYSDEFS\$$(HOTSPOT_EXTRA_SYSDEFS) = $(HOTSPOT_EXTRA_SYSDEFS)" && \
    1.13  	    echo "SYSDEFS += \$$(HOTSPOT_EXTRA_SYSDEFS)"; \
    1.14  	echo; \
    1.15 +	[ -n "$(SPEC)" ] && \
    1.16 +	    echo "include $(SPEC)"; \
    1.17  	echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(VARIANT).make"; \
    1.18  	echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(COMPILER).make"; \
    1.19  	) > $@

mercurial