Print this page
4863 illumos-gate can't be built with fresh perl versions

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
       26 +# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  26   27  #
  27   28  
  28   29  #
  29   30  # Makefile.master, global definitions for system source
  30   31  #
  31   32  ROOT=           /proto
  32   33  
  33   34  #
  34   35  # Adjunct root, containing an additional proto area to be used for headers
  35   36  # and libraries.
↓ open down ↓ 124 lines elided ↑ open up ↑
 160  161  CTFSTRIP=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
 161  162  NDRGEN=         $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
 162  163  GENOFFSETS=     $(ONBLD_TOOLS)/bin/genoffsets
 163  164  CTFCVTPTBL=     $(ONBLD_TOOLS)/bin/ctfcvtptbl
 164  165  CTFFINDMOD=     $(ONBLD_TOOLS)/bin/ctffindmod
 165  166  XREF=           $(ONBLD_TOOLS)/bin/xref
 166  167  FIND=           /usr/bin/find
 167  168  PERL=           /usr/bin/perl
 168  169  PERL_VERSION=   5.10.0
 169  170  PERL_PKGVERS=   -510
      171 +PERL_ARCH =             i86pc-solaris-64int
      172 +$(SPARC_BLD)PERL_ARCH = sun4-solaris-64int
 170  173  PYTHON_26=      /usr/bin/python2.6
 171  174  PYTHON=         $(PYTHON_26)
 172  175  SORT=           /usr/bin/sort
 173  176  TOUCH=          /usr/bin/touch
 174  177  WC=             /usr/bin/wc
 175  178  XARGS=          /usr/bin/xargs
 176  179  ELFEDIT=        /usr/bin/elfedit
 177  180  ELFSIGN=        /usr/bin/elfsign
 178  181  DTRACE=         /usr/sbin/dtrace -xnolibs
 179  182  UNIQ=           /usr/bin/uniq
↓ open down ↓ 989 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX