Searched refs:GAMMADIR (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/make/solaris/
H A DMakefile46 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
48 ifeq ($(GAMMADIR),)
51 include $(GAMMADIR)/make/defs.make
53 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
73 # exact.east.sun.com. This logic will cause GAMMADIR to begin with
79 # changing GAMMADIR in a way that exercises the automounter could
89 $(shell echo $(GAMMADIR) | \
107 # Don't use the new value for GAMMADIR unless a file with the new
110 GAMMADIR := $(NEW_GAMMADIR) macro
166 BUILDTREE_MAKE = $(GAMMADIR)/mak
[all...]
H A Dbuild.sh125 $config GAMMADIR=${ws_path} $options
127 $config GAMMADIR=${ws_path} $options
/openjdk7/hotspot/make/bsd/
H A DMakefile55 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
57 ifeq ($(GAMMADIR),)
60 include $(GAMMADIR)/make/defs.make
62 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
92 # exact.east.sun.com. This logic will cause GAMMADIR to begin with
98 # changing GAMMADIR in a way that exercises the automounter could
108 $(shell echo $(GAMMADIR) | \
126 # Don't use the new value for GAMMADIR unless a file with the new
129 GAMMADIR := $(NEW_GAMMADIR) macro
210 BUILDTREE_MAKE = $(GAMMADIR)/mak
[all...]
H A Dbuild.sh94 ${GNUMAKE} -f ${Location}/make/bsd/Makefile $Build_Options GAMMADIR=${Location}
95 ${GNUMAKE} -f ${Location}/make/bsd/Makefile $Build_Options GAMMADIR=${Location}
/openjdk7/hotspot/make/linux/
H A DMakefile55 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
57 ifeq ($(GAMMADIR),)
60 include $(GAMMADIR)/make/defs.make
62 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
92 # exact.east.sun.com. This logic will cause GAMMADIR to begin with
98 # changing GAMMADIR in a way that exercises the automounter could
108 $(shell echo $(GAMMADIR) | \
126 # Don't use the new value for GAMMADIR unless a file with the new
129 GAMMADIR := $(NEW_GAMMADIR) macro
210 BUILDTREE_MAKE = $(GAMMADIR)/mak
[all...]
H A Dbuild.sh97 ${GNUMAKE} -f ${Location}/make/linux/Makefile $Build_Options GAMMADIR=${Location}
98 ${GNUMAKE} -f ${Location}/make/linux/Makefile $Build_Options GAMMADIR=${Location}
/openjdk7/hotspot/make/
H A DMakefile66 # Allow to build HotSpot in local directory from sources specified by GAMMADIR.
67 # After make/defs.make GAMMADIR is defined.
68 ifdef GAMMADIR
72 include $(GAMMADIR)/make/defs.make
77 include $(GAMMADIR)/make/altsrc.make
147 $(CD) $(GAMMADIR)/make; \
151 $(CD) $(GAMMADIR)/make; \
155 $(CD) $(GAMMADIR)/make; \
160 $(CD) $(GAMMADIR)/make; \
634 include $(GAMMADIR)/mak
[all...]
/openjdk7/hotspot/agent/make/
H A DMakefile29 ifeq "x$(GAMMADIR)" "x"
32 include $(GAMMADIR)/make/defs.make

Completed in 60 milliseconds