Print this page
6856712 RFE to include yaz development toolkit into SFW consolidation

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ 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  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -#ident  "@(#)Makefile.master    1.41    09/05/14 SMI"
       24 +#ident  "@(#)Makefile.master    1.42    09/07/17 SMI"
  25   25  #
  26   26  # Makefile.master, global definitions for system source
  27   27  #
  28   28  ROOT=           /proto
  29   29  
  30   30  # RELEASE_BUILD should be cleared for final release builds. This is completely
  31   31  # independent of CH. NOT_RELEASE_BUILD is exactly what the name implies.
  32   32  #
  33   33  # INTERNAL_RELEASE_BUILD is a subset of RELEASE_BUILD. It mostly controls
  34   34  # identification strings. Enabling RELEASE_BUILD automatically enables
↓ open down ↓ 153 lines elided ↑ open up ↑
 188  188  # Common configure options with common values
 189  189  CONFIGURE_OPTIONS =     --prefix=$(CFGPREFIX)
 190  190  CONFIGURE_OPTIONS +=    --mandir=$(CFGMAN)
 191  191  
 192  192  ROOTBIN=        $(ROOT)$(CFGBIN)
 193  193  ROOTLIB=        $(ROOT)$(CFGLIB)
 194  194  ROOTSBIN=       $(ROOT)$(CFGSBIN)
 195  195  ROOTUSRSBIN=    $(ROOT)$(CFGUSRSBIN)
 196  196  ROOTETC=        $(ROOT)$(CFGETC)
 197  197  ROOTBIN32=      $(ROOT)$(CFGBIN32)
 198      -ROOTBIN64=      $(ROOT)$(CFGBIN32)
      198 +ROOTBIN64=      $(ROOT)$(CFGBIN64)
 199  199  ROOTLIB64=      $(ROOT)$(CFGLIB64)
 200  200  ROOTUSRSBIN32=  $(ROOT)$(CFGUSRSBIN32)
 201  201  ROOTUSRSBIN64=  $(ROOT)$(CFGUSRSBIN64)
 202  202  ROOTMAN1=       $(ROOT)$(CFGMAN1)
 203  203  ROOTMAN3=       $(ROOT)$(CFGMAN3)
 204  204  ROOTMAN5=       $(ROOT)$(CFGMAN5)
 205  205  ROOTMAN6=       $(ROOT)$(CFGMAN6)
 206  206  ROOTDOC=        $(ROOT)$(CFGDOC)
 207  207  ROOTUSRDEMO=    $(ROOT)$(CFGUSRDEMO)
 208  208  ROOTINCLUDE=    $(ROOT)$(CFGINC)
↓ open down ↓ 639 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX