Print this page
XXXX remove i86xpv platform code
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/Makefile
          +++ new/usr/src/uts/Makefile
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  # List of architectures to build as part of the standard build.
  31   31  #
  32   32  # Some of these architectures are built in parallel (see i386_PARALLEL and
  33   33  # sparc_PARALLEL). This requires building some parts first before parallel build
  34   34  # can start. Platform make files know what should be built as a prerequisite for
  35   35  # the parallel build to work. The i386_PREREQ and sparc_PREREQ variables tell
  36   36  # which platform directory to enter to start making prerequisite dependencies.
  37   37  #
  38   38  sparc_ARCHITECTURES = sun4v sun4u sparc
  39   39  
  40      -i386_ARCHITECTURES = i86pc i86xpv intel
       40 +i386_ARCHITECTURES = i86pc intel
  41   41  
  42   42  #
  43   43  # For i386 all architectures can be compiled in parallel.
  44   44  #
  45   45  # intel/Makefile knows how to build prerequisites needed for parallel build.
  46   46  #
  47   47  i386_PREREQ = intel
  48   48  i386_PARALLEL = $(i386_ARCHITECTURES)
  49   49  
  50   50  #
↓ open down ↓ 116 lines elided ↑ open up ↑
 167  167  #
 168  168  DYNHDRDIRS =    common/gssapi \
 169  169                  common/idmap \
 170  170                  common/io/fibre-channel/fca/qlc \
 171  171                  common/klm \
 172  172                  common/rpc \
 173  173                  common/rpcsvc \
 174  174                  common/sys
 175  175  
 176  176  sparc_HDRDIRS= sun/sys
 177      -i386_HDRDIRS= i86pc/vm i86xpv/vm
      177 +i386_HDRDIRS= i86pc/vm
 178  178  
 179  179  HDRDIRS= $(COMMON_HDRDIRS) $($(MACH)_HDRDIRS)
 180  180  install_h check: $(HDRDIRS) $($(MACH)_ARCHITECTURES)
 181  181  
 182  182  $(HDRDIRS): FRC
 183  183          @cd $@; pwd; $(MAKE) $(TARGET)
 184  184  
 185  185  # ensures that headers made by rpcgen and others are available in uts source
 186  186  # for kernel builds to reference without building install_h
 187  187  #
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX