make/linux/makefiles/buildtree.make

changeset 9995
633a3d28d2fe
parent 9858
b985cbb00e68
child 10015
eb7ce841ccec
equal deleted inserted replaced
9994:9d42d5dfa0cf 9995:633a3d28d2fe
110 # compiler1 and core use the same exclude list 110 # compiler1 and core use the same exclude list
111 TOPLEVEL_EXCLUDE_DIRS = $(ALWAYS_EXCLUDE_DIRS) -o -name adlc -o -name opto -o -name libadt -o -name agent 111 TOPLEVEL_EXCLUDE_DIRS = $(ALWAYS_EXCLUDE_DIRS) -o -name adlc -o -name opto -o -name libadt -o -name agent
112 endif 112 endif
113 endif 113 endif
114 114
115 ifeq ($(ENABLE_JFR),false) 115 ifneq ($(ENABLE_JFR),true)
116 ALWAYS_EXCLUDE_DIRS += -o -name jfr 116 ALWAYS_EXCLUDE_DIRS += -o -name jfr
117 endif 117 endif
118 118
119 # Get things from the platform file. 119 # Get things from the platform file.
120 COMPILER = $(shell sed -n 's/^compiler[ ]*=[ ]*//p' $(PLATFORM_FILE)) 120 COMPILER = $(shell sed -n 's/^compiler[ ]*=[ ]*//p' $(PLATFORM_FILE))

mercurial