Searched defs:BUILDTREE_MAKE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/make/bsd/
H A DMakefile210 BUILDTREE_MAKE = $(GAMMADIR)/make/$(OSNAME)/makefiles/buildtree.make macro
214 BUILDTREE = $(MAKE) -f $(BUILDTREE_MAKE) $(BUILDTREE_VARS)
255 $(SUBDIRS_TIERED): $(BUILDTREE_MAKE)
259 $(SUBDIRS_C2): $(BUILDTREE_MAKE)
268 $(SUBDIRS_C1): $(BUILDTREE_MAKE)
272 $(SUBDIRS_CORE): $(BUILDTREE_MAKE)
276 $(SUBDIRS_ZERO): $(BUILDTREE_MAKE) platform_zero
280 $(SUBDIRS_SHARK): $(BUILDTREE_MAKE) platform_zero
/openjdk7/hotspot/make/linux/
H A DMakefile210 BUILDTREE_MAKE = $(GAMMADIR)/make/$(OSNAME)/makefiles/buildtree.make macro
215 BUILDTREE = $(MAKE) -f $(BUILDTREE_MAKE) $(BUILDTREE_VARS)
255 $(SUBDIRS_TIERED): $(BUILDTREE_MAKE)
259 $(SUBDIRS_C2): $(BUILDTREE_MAKE)
268 $(SUBDIRS_C1): $(BUILDTREE_MAKE)
272 $(SUBDIRS_CORE): $(BUILDTREE_MAKE)
276 $(SUBDIRS_ZERO): $(BUILDTREE_MAKE) platform_zero
280 $(SUBDIRS_SHARK): $(BUILDTREE_MAKE) platform_zero
/openjdk7/hotspot/make/solaris/
H A DMakefile166 BUILDTREE_MAKE = $(GAMMADIR)/make/$(OSNAME)/makefiles/buildtree.make macro
171 BUILDTREE = $(MAKE) -f $(BUILDTREE_MAKE) $(BUILDTREE_VARS)
209 $(SUBDIRS_TIERED): $(BUILDTREE_MAKE)
213 $(SUBDIRS_C2): $(BUILDTREE_MAKE)
222 $(SUBDIRS_C1): $(BUILDTREE_MAKE)
226 $(SUBDIRS_CORE): $(BUILDTREE_MAKE)

Completed in 135 milliseconds