Print this page
4027 remove CLOSED_BUILD

*** 153,166 **** common/smbsrv \ common/sys \ common/vm - # These aren't the only headers in closed. But the other directories - # are simple enough that they can be driven from the src tree. - $(CLOSED_BUILD)COMMON_HDRDIRS += $(CLOSED)/uts/common/sys - # # Subset of COMMON_HDRDIRS in which at least one header is generated # at runtime (e.g., rpcgen). (This is a partial list; there are # other directories that should be included and do not yet have the # necessary Makefile support. See 6414855.) --- 153,162 ----
*** 203,222 **** # the supported architectures. Although there's no correct way to set # the include path (since we don't know what architecture is the one # the user will be interested in), it's historically been set to # mirror the $(XRDIRS) list, and that works kinda sorta okay. # ! # We need to manually prune usr/closed/uts/{i86xpv|sfmmu|i86pc} since ! # none of them exist. ! # ! SHARED_XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu \ sun common - CLOSED_XRDIRS = $(SHARED_XRDIRS:%=% ../../closed/uts/%) - XRDIRS = $(SHARED_XRDIRS) - CLOSED_XRDIRS_XEN = $(CLOSED_XRDIRS:../../closed/uts/i86xpv=) - CLOSED_XRDIRS_1 = $(CLOSED_XRDIRS_XEN:../../closed/uts/i86pc=) - $(CLOSED_BUILD)XRDIRS = $(CLOSED_XRDIRS_1:../../closed/uts/sfmmu=) XRINCDIRS = $(XRDIRS) cscope.out tags: FRC $(XREF) -x $@ --- 199,210 ---- # the supported architectures. Although there's no correct way to set # the include path (since we don't know what architecture is the one # the user will be interested in), it's historically been set to # mirror the $(XRDIRS) list, and that works kinda sorta okay. # ! XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu \ sun common XRINCDIRS = $(XRDIRS) cscope.out tags: FRC $(XREF) -x $@