Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

*** 115,125 **** # Warlock targets # SCSI_FILES = $(SCSI_OBJS:%.o=-l ../scsi/%.ll) WARLOCK_TARGETS = $(WARLOCK_OK) - $(CLOSED_BUILD)WARLOCK_TARGETS += warlock_with_glm warlock: $(WARLOCK_TARGETS) # XXX FIX ME: why only ses.ll? --- 115,124 ----
*** 133,154 **** @ $(TOUCH) $@ %.ll: $(UTSBASE)/common/io/scsi/targets/%.c $(WLCC) $(CPPFLAGS) -o $@ $< - warlock_with_glm: $(WLCMD_DIR)/ses_with_glm.wlcmd $(WARLOCK_OUT) glm_files - @cd ../warlock; $(MAKE) warlock - @cd ../scsi; $(MAKE) warlock - @cd $(CLOSED)/uts/intel/glm; $(MAKE) warlock; - $(WARLOCK) -c $(WLCMD_DIR)/ses_with_glm.wlcmd ses.ll \ - $(CLOSED)/uts/intel/glm/*.ll \ - $(SCSI_FILES) \ - ../warlock/scsi.ll \ - -l ../warlock/ddi_dki_impl.ll - - glm_files: - @cd $(CLOSED)/uts/intel/glm; pwd; $(MAKE) warlock - warlock_ddi.files: @cd ../warlock; pwd; $(MAKE) warlock --- 132,140 ----