Print this page
1681 support for BUILD64=# no longer works

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/cfgadm_plugins/sata/Makefile
          +++ new/usr/src/lib/cfgadm_plugins/sata/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
       24 +# Copyright 2014 Andrew Stormont.
  24   25  #
  25   26  #
  26   27  
  27   28  include         ../../Makefile.lib
  28   29  
  29      -$(INTEL_BLD)SUBDIRS =   $(MACH) $(BUILD64) $(MACH64)
       30 +$(INTEL_BLD)SUBDIRS =   $(MACH)
       31 +$(BUILD64)SUBDIRS += $(MACH64)
  30   32  
  31   33  all :=          TARGET= all
  32   34  clean :=        TARGET= clean
  33   35  clobber :=      TARGET= clobber
  34   36  delete :=       TARGET= delete
  35   37  install :=      TARGET= install
  36   38  lint :=         TARGET= lint
  37   39  _msg :=         TARGET= _msg
  38   40  package :=      TARGET= package
  39   41  
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX