make/bsd/makefiles/buildtree.make

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

mercurial