Print this page
7192 Remove SPARC-only ONLY64 option

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ptools/Makefile.ptool
          +++ new/usr/src/cmd/ptools/Makefile.ptool
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  # and limitations under the License.
  13   13  #
  14   14  # When distributing Covered Code, include this CDDL HEADER in each
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22      -#
  23      -#ident  "%Z%%M% %I%     %E% SMI"
  24      -#
  25   22  # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  26   23  # Use is subject to license terms.
  27   24  #
       25 +# Copyright 2016 RackTop Systems.
       26 +#
  28   27  
  29   28  include ../../Makefile.cmd
  30   29  
  31      -$(64ONLY)SUBDIRS = $(MACH)
  32   30  
       31 +SUBDIRS =
       32 +$(INTEL_BLD)SUBDIRS += $(MACH)
  33   33  $(BUILD64)SUBDIRS += $(MACH64)
  34   34  
  35   35  all     :=      TARGET = all
  36   36  install :=      TARGET = install
  37   37  clean   :=      TARGET = clean
  38   38  clobber :=      TARGET = clobber
  39   39  lint    :=      TARGET = lint
  40   40  
  41   41  .KEEP_STATE:
  42   42  
  43   43  all install clean clobber lint: $(SUBDIRS)
  44   44  
  45   45  $(SUBDIRS):     FRC
  46   46          -@mkdir -p $@
  47   47          @cd $@; pwd; $(MAKE) -f ../../Makefile.$@ $(TARGET)
  48   48  
  49   49  FRC:
  50   50  
  51   51  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX