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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/Makefile
          +++ new/usr/src/uts/Makefile
↓ open down ↓ 152 lines elided ↑ open up ↑
 153  153                  common/pcmcia/sys \
 154  154                  common/rpc \
 155  155                  common/rpcsvc \
 156  156                  common/sharefs \
 157  157                  common/smb \
 158  158                  common/smbsrv \
 159  159                  common/sys \
 160  160                  common/vm
 161  161  
 162  162  
 163      -# These aren't the only headers in closed.  But the other directories
 164      -# are simple enough that they can be driven from the src tree.
 165      -$(CLOSED_BUILD)COMMON_HDRDIRS += $(CLOSED)/uts/common/sys
 166      -
 167  163  #
 168  164  # Subset of COMMON_HDRDIRS in which at least one header is generated
 169  165  # at runtime (e.g., rpcgen), and in which "make clean" should run.
 170  166  # Other directories should be included here, but do not yet have the
 171  167  # necessary Makefile support (make clean).  See 6414855.
 172  168  #
 173  169  DYNHDRDIRS =    common/avs \
 174  170                  common/gssapi \
 175  171                  common/idmap \
 176  172                  common/io/fibre-channel/fca/qlc \
↓ open down ↓ 34 lines elided ↑ open up ↑
 211  207  
 212  208  clean.lint modlist: $($(MACH)_ARCHITECTURES)
 213  209  
 214  210  #
 215  211  # Cross-reference customization: build a cross-reference over all of
 216  212  # the supported architectures.  Although there's no correct way to set
 217  213  # the include path (since we don't know what architecture is the one
 218  214  # the user will be interested in), it's historically been set to
 219  215  # mirror the $(XRDIRS) list, and that works kinda sorta okay.
 220  216  #
 221      -# We need to manually prune usr/closed/uts/{i86xpv|sfmmu|i86pc} since
 222      -# none of them exist.
 223      -#
 224      -SHARED_XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu \
      217 +XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu        \
 225  218          sun common
 226      -CLOSED_XRDIRS = $(SHARED_XRDIRS:%=% ../../closed/uts/%)
 227      -XRDIRS = $(SHARED_XRDIRS)
 228      -CLOSED_XRDIRS_XEN = $(CLOSED_XRDIRS:../../closed/uts/i86xpv=)
 229      -CLOSED_XRDIRS_1 = $(CLOSED_XRDIRS_XEN:../../closed/uts/i86pc=)
 230      -$(CLOSED_BUILD)XRDIRS = $(CLOSED_XRDIRS_1:../../closed/uts/sfmmu=)
 231  219  
 232  220  XRINCDIRS = $(XRDIRS)
 233  221  
 234  222  cscope.out tags: FRC
 235  223          $(XREF) -x $@
 236  224  
 237  225  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX