Print this page
4027 remove CLOSED_BUILD

*** 41,89 **** SCSIADHDRS= \ fascmd.h fasdma.h \ fasreg.h fasvar.h ifpio.h sfvar.h - CLOSED_SCSIAD = $(CLOSED)/uts/sun/sys/scsi/adapters - - CLOSED_SCSIADHDRS= \ - ifpcmd.h ifpmail.h ifpreg.h ifpvar.h \ - ispcmd.h ispmail.h ispreg.h ispvar.h - SCSITARGHDRS= \ ROOTDIR= $(ROOT)/usr/include/sys ROOTDIRS= $(ROOTDIR) \ $(ROOTDIR)/audio \ $(ROOTDIR)/scsi/adapters \ $(ROOTDIR)/scsi/targets ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) - $(CLOSED_BUILD)ROOTHDRS += $(CLOSED_HDRS:%=$(ROOTDIR)/%) ROOTFCHDRS= $(FCHDRS:%=$(ROOTDIR)/fc4/%) ROOTSCSIADHDRS= $(SCSIADHDRS:%=$(ROOTDIR)/scsi/adapters/%) - $(CLOSED_BUILD)ROOTSCSIADHDRS += \ - $(CLOSED_SCSIADHDRS:%=$(ROOTDIR)/scsi/adapters/%) ROOTSCSITARGHDRS= $(SCSITARGHDRS:%=$(ROOTDIR)/scsi/targets/%) # install rules $(ROOTDIR)/%: % $(INS.file) - $(ROOTDIR)/%: $(CLOSED)/uts/sun/sys/% - $(INS.file) - $(ROOTDIR)/audio/%: audio/% $(INS.file) $(ROOTDIR)/scsi/adapters/%: scsi/adapters/% $(INS.file) - $(ROOTDIR)/scsi/adapters/%: $(CLOSED_SCSIAD)/% - $(INS.file) - $(ROOTDIR)/scsi/targets/%: scsi/targets/% $(INS.file) # check files really don't exist --- 41,74 ----
*** 100,113 **** $(HDRS:%.h=%.check) \ $(FCHDRS:%.h=fc4/%.check) \ $(SCSIADHDRS:%.h=scsi/adapters/%.check) \ $(SCSITARGHDRS:%.h=scsi/targets/%.check) - $(CLOSED_BUILD)CHECKHDRS += \ - $(CLOSED_HDRS:%.h=$(CLOSED)/uts/sun/sys/%.check) \ - $(CLOSED_SCSIADHDRS:%.h=$(CLOSED_SCSIAD)/%.check) - # headers which won't quite meet the standards... # # devops.h has a macro where the formal parameters to the macro are greater # than 80 characters. cpp (or the equivalent built into acomp) does not allow # continuation line breaks in the formal parameter list. This could be fixed --- 85,94 ----