Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  #
  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 +# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  25   26  #
  26   27  
  27   28  #
  28   29  # Makefile.master, global definitions for system source
  29   30  #
  30   31  ROOT=           /proto
  31   32  
  32   33  #
  33   34  # Adjunct root, containing an additional proto area to be used for headers
  34   35  # and libraries.
↓ open down ↓ 103 lines elided ↑ open up ↑
 138  139  KSH93=          /usr/bin/ksh93
 139  140  SED=            /usr/bin/sed
 140  141  NAWK=           /usr/bin/nawk
 141  142  CP=             /usr/bin/cp -f
 142  143  MCS=            /usr/ccs/bin/mcs
 143  144  CAT=            /usr/bin/cat
 144  145  ELFDUMP=        /usr/ccs/bin/elfdump
 145  146  M4=             /usr/ccs/bin/m4
 146  147  STRIP=          /usr/ccs/bin/strip
 147  148  LEX=            /usr/ccs/bin/lex
 148      -FLEX=           $(SFW_ROOT)/bin/flex
      149 +FLEX=           /usr/bin/flex
 149  150  YACC=           /usr/ccs/bin/yacc
      151 +BISON=          /usr/bin/bison
 150  152  CPP=            /usr/lib/cpp
 151  153  JAVAC=          $(JAVA_ROOT)/bin/javac
 152  154  JAVAH=          $(JAVA_ROOT)/bin/javah
 153  155  JAVADOC=        $(JAVA_ROOT)/bin/javadoc
 154  156  RMIC=           $(JAVA_ROOT)/bin/rmic
 155  157  JAR=            $(JAVA_ROOT)/bin/jar
 156  158  CTFCONVERT=     $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
 157  159  CTFMERGE=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
 158  160  CTFSTABS=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
 159  161  CTFSTRIP=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
↓ open down ↓ 999 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX