make/solaris/makefiles/buildtree.make

changeset 10015
eb7ce841ccec
parent 9931
fd44df5e3bc3
parent 9995
633a3d28d2fe
equal deleted inserted replaced
9934:2251ba078bec 10015:eb7ce841ccec
101 # compiler1 and core use the same exclude list 101 # compiler1 and core use the same exclude list
102 TOPLEVEL_EXCLUDE_DIRS = $(ALWAYS_EXCLUDE_DIRS) -o -name adlc -o -name opto -o -name libadt -o -name agent 102 TOPLEVEL_EXCLUDE_DIRS = $(ALWAYS_EXCLUDE_DIRS) -o -name adlc -o -name opto -o -name libadt -o -name agent
103 endif 103 endif
104 endif 104 endif
105 105
106 ifeq ($(ENABLE_JFR),false) 106 ifneq ($(ENABLE_JFR),true)
107 ALWAYS_EXCLUDE_DIRS += -o -name jfr 107 ALWAYS_EXCLUDE_DIRS += -o -name jfr
108 endif 108 endif
109 109
110 # Get things from the platform file. 110 # Get things from the platform file.
111 COMPILER = $(shell sed -n 's/^compiler[ ]*=[ ]*//p' $(PLATFORM_FILE)) 111 COMPILER = $(shell sed -n 's/^compiler[ ]*=[ ]*//p' $(PLATFORM_FILE))

mercurial