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


  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 include $(SRC)/Makefile.master
  28 
  29 .KEEP_STATE:
  30 
  31 sparc_MACHDIR = sparc
  32 i386_MACHDIR = intel
  33 
  34 sparc_SUBDIRS = sparc sun4u sun4v
  35 i386_SUBDIRS = intel i86pc i86xpv
  36 
  37 MACHDIR = $($(MACH)_MACHDIR)
  38 SUBDIRS = tools $($(MACH)_SUBDIRS) demo
  39 TARGET =
  40 
  41 all := TARGET = all
  42 clean.lint := TARGET = clean.lint
  43 clean := TARGET = clean
  44 clobber := TARGET = clobber
  45 dmods := TARGET = dmods
  46 install := TARGET = install
  47 install_h := TARGET = install_h
  48 lint := TARGET = lint
  49 
  50 all lint: $(SUBDIRS)
  51 
  52 dmods install: install_h $(SUBDIRS)
  53 
  54 install_h: FRC
  55         @cd common/mdb; pwd; $(MAKE) install_h


  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 include $(SRC)/Makefile.master
  28 
  29 .KEEP_STATE:
  30 
  31 sparc_MACHDIR = sparc
  32 i386_MACHDIR = intel
  33 
  34 sparc_SUBDIRS = sparc sun4u sun4v
  35 i386_SUBDIRS = intel i86pc
  36 
  37 MACHDIR = $($(MACH)_MACHDIR)
  38 SUBDIRS = tools $($(MACH)_SUBDIRS) demo
  39 TARGET =
  40 
  41 all := TARGET = all
  42 clean.lint := TARGET = clean.lint
  43 clean := TARGET = clean
  44 clobber := TARGET = clobber
  45 dmods := TARGET = dmods
  46 install := TARGET = install
  47 install_h := TARGET = install_h
  48 lint := TARGET = lint
  49 
  50 all lint: $(SUBDIRS)
  51 
  52 dmods install: install_h $(SUBDIRS)
  53 
  54 install_h: FRC
  55         @cd common/mdb; pwd; $(MAKE) install_h