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 ↓ 114 lines elided ↑ open up ↑
 149  150  KSH93=          /usr/bin/ksh93
 150  151  SED=            /usr/bin/sed
 151  152  NAWK=           /usr/bin/nawk
 152  153  CP=             /usr/bin/cp -f
 153  154  MCS=            /usr/ccs/bin/mcs
 154  155  CAT=            /usr/bin/cat
 155  156  ELFDUMP=        /usr/ccs/bin/elfdump
 156  157  M4=             /usr/ccs/bin/m4
 157  158  STRIP=          /usr/ccs/bin/strip
 158  159  LEX=            /usr/ccs/bin/lex
 159      -FLEX=           $(SFW_ROOT)/bin/flex
      160 +FLEX=           /usr/bin/flex
 160  161  YACC=           /usr/ccs/bin/yacc
      162 +BISON=          /usr/bin/bison
 161  163  CPP=            /usr/lib/cpp
 162  164  JAVAC=          $(JAVA_ROOT)/bin/javac
 163  165  JAVAH=          $(JAVA_ROOT)/bin/javah
 164  166  JAVADOC=        $(JAVA_ROOT)/bin/javadoc
 165  167  RMIC=           $(JAVA_ROOT)/bin/rmic
 166  168  JAR=            $(JAVA_ROOT)/bin/jar
 167  169  CTFCONVERT=     $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
 168  170  CTFMERGE=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
 169  171  CTFSTABS=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
 170  172  CTFSTRIP=       $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
↓ open down ↓ 1000 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX