Print this page
4027 remove CLOSED_BUILD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/Makefile
          +++ new/usr/src/uts/Makefile
↓ open down ↓ 147 lines elided ↑ open up ↑
 148  148                  common/pcmcia/sys \
 149  149                  common/rpc \
 150  150                  common/rpcsvc \
 151  151                  common/sharefs \
 152  152                  common/smb \
 153  153                  common/smbsrv \
 154  154                  common/sys \
 155  155                  common/vm
 156  156  
 157  157  
 158      -# These aren't the only headers in closed.  But the other directories
 159      -# are simple enough that they can be driven from the src tree.
 160      -$(CLOSED_BUILD)COMMON_HDRDIRS += $(CLOSED)/uts/common/sys
 161      -
 162  158  #
 163  159  # Subset of COMMON_HDRDIRS in which at least one header is generated
 164  160  # at runtime (e.g., rpcgen).  (This is a partial list; there are
 165  161  # other directories that should be included and do not yet have the
 166  162  # necessary Makefile support.  See 6414855.)
 167  163  #
 168  164  DYNHDRDIRS = common/rpcsvc common/idmap common/sys
 169  165  
 170  166  sparc_HDRDIRS= sun/sys
 171  167  i386_HDRDIRS= i86pc/vm i86xpv/vm
↓ open down ↓ 26 lines elided ↑ open up ↑
 198  194  
 199  195  clean.lint modlist: $($(MACH)_ARCHITECTURES)
 200  196  
 201  197  #
 202  198  # Cross-reference customization: build a cross-reference over all of
 203  199  # the supported architectures.  Although there's no correct way to set
 204  200  # the include path (since we don't know what architecture is the one
 205  201  # the user will be interested in), it's historically been set to
 206  202  # mirror the $(XRDIRS) list, and that works kinda sorta okay.
 207  203  #
 208      -# We need to manually prune usr/closed/uts/{i86xpv|sfmmu|i86pc} since
 209      -# none of them exist.
 210      -#
 211      -SHARED_XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu \
      204 +XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu        \
 212  205          sun common
 213      -CLOSED_XRDIRS = $(SHARED_XRDIRS:%=% ../../closed/uts/%)
 214      -XRDIRS = $(SHARED_XRDIRS)
 215      -CLOSED_XRDIRS_XEN = $(CLOSED_XRDIRS:../../closed/uts/i86xpv=)
 216      -CLOSED_XRDIRS_1 = $(CLOSED_XRDIRS_XEN:../../closed/uts/i86pc=)
 217      -$(CLOSED_BUILD)XRDIRS = $(CLOSED_XRDIRS_1:../../closed/uts/sfmmu=)
 218  206  
 219  207  XRINCDIRS = $(XRDIRS)
 220  208  
 221  209  cscope.out tags: FRC
 222  210          $(XREF) -x $@
 223  211  
 224  212  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX