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/cmd/mdb/Makefile
          +++ new/usr/src/cmd/mdb/Makefile
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25  #
  26   26  
  27   27  include $(SRC)/Makefile.master
  28   28  
  29   29  .KEEP_STATE:
  30   30  
  31   31  sparc_MACHDIR = sparc
  32   32  i386_MACHDIR = intel
  33   33  
  34   34  sparc_SUBDIRS = sparc sun4u sun4v
  35      -i386_SUBDIRS = intel i86pc i86xpv
       35 +i386_SUBDIRS = intel i86pc
  36   36  
  37   37  MACHDIR = $($(MACH)_MACHDIR)
  38   38  SUBDIRS = tools $($(MACH)_SUBDIRS) demo
  39   39  TARGET =
  40   40  
  41   41  all := TARGET = all
  42   42  clean.lint := TARGET = clean.lint
  43   43  clean := TARGET = clean
  44   44  clobber := TARGET = clobber
  45   45  dmods := TARGET = dmods
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX