make/bsd/makefiles/buildtree.make

changeset 3600
7292cff45988
parent 3473
e8a4934564b2
child 3649
3d7ea1dbe0de
equal deleted inserted replaced
3599:b5ab7482dbf9 3600:7292cff45988
56 # having to read the dependency files for the vm. 56 # having to read the dependency files for the vm.
57 57
58 # needs to be set here since this Makefile doesn't include defs.make 58 # needs to be set here since this Makefile doesn't include defs.make
59 OS_VENDOR:=$(shell uname -s) 59 OS_VENDOR:=$(shell uname -s)
60 60
61 -include $(SPEC)
61 include $(GAMMADIR)/make/scm.make 62 include $(GAMMADIR)/make/scm.make
62 include $(GAMMADIR)/make/altsrc.make 63 include $(GAMMADIR)/make/altsrc.make
63 64
64 65
65 # 'gmake MAKE_VERBOSE=y' or 'gmake QUIETLY=' gives all the gory details. 66 # 'gmake MAKE_VERBOSE=y' or 'gmake QUIETLY=' gives all the gory details.
245 [ -n "$(HOTSPOT_EXTRA_SYSDEFS)" ] && \ 246 [ -n "$(HOTSPOT_EXTRA_SYSDEFS)" ] && \
246 echo && \ 247 echo && \
247 echo "HOTSPOT_EXTRA_SYSDEFS\$$(HOTSPOT_EXTRA_SYSDEFS) = $(HOTSPOT_EXTRA_SYSDEFS)" && \ 248 echo "HOTSPOT_EXTRA_SYSDEFS\$$(HOTSPOT_EXTRA_SYSDEFS) = $(HOTSPOT_EXTRA_SYSDEFS)" && \
248 echo "SYSDEFS += \$$(HOTSPOT_EXTRA_SYSDEFS)"; \ 249 echo "SYSDEFS += \$$(HOTSPOT_EXTRA_SYSDEFS)"; \
249 echo; \ 250 echo; \
251 [ -n "$(SPEC)" ] && \
252 echo "include $(SPEC)"; \
250 echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(VARIANT).make"; \ 253 echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(VARIANT).make"; \
251 echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(COMPILER).make"; \ 254 echo "include \$$(GAMMADIR)/make/$(OS_FAMILY)/makefiles/$(COMPILER).make"; \
252 ) > $@ 255 ) > $@
253 256
254 flags_vm.make: $(BUILDTREE_MAKE) ../shared_dirs.lst 257 flags_vm.make: $(BUILDTREE_MAKE) ../shared_dirs.lst

mercurial