Print this page
7192 Remove SPARC-only ONLY64 option

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile.cmd
          +++ new/usr/src/cmd/Makefile.cmd
↓ 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 (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
       24 +# Copyright 2016 RackTop Systems.
       25 +#
  24   26  # Definitions common to command source.
  25   27  #
  26   28  # include global definitions; SRC should be defined in the shell.
  27   29  # SRC is needed until RFE 1026993 is implemented.
  28   30  
  29   31  include $(SRC)/Makefile.master
  30   32  
  31   33  LN=             ln
  32   34  SH=             sh
  33   35  ECHO=           echo
↓ open down ↓ 463 lines elided ↑ open up ↑
 497  499          $(POST_PROCESS)
 498  500  
 499  501  %.xpg6: %.c
 500  502          $(LINK.c) -o $@ $< $(LDLIBS)
 501  503          $(POST_PROCESS)
 502  504  
 503  505  # Define the majority text domain in this directory.
 504  506  TEXT_DOMAIN= SUNW_OST_OSCMD     
 505  507  
 506  508  CLOBBERFILES += $(XPG4) $(XPG6) $(DCFILE)
 507      -
 508      -# This flag is for programs which should not build a 32-bit binary
 509      -sparc_64ONLY= $(POUND_SIGN)
 510      -64ONLY=  $($(MACH)_64ONLY)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX