Print this page
6104 remove obsolete env files

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/Makefile
          +++ new/usr/src/tools/env/Makefile
↓ 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  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  #
  23   23  
  24   24  ENVFILES= \
  25      -        developer \
  26      -        gatekeeper \
  27   25          illumos
  28   26  
  29   27  include ../Makefile.tools
  30   28  
  31   29  FILEMODE= 644
  32   30  
  33   31  CLOBBERFILES= $(ENVFILES)
  34   32  
  35   33  .KEEP_STATE:
  36   34  
  37   35  all:    $(ENVFILES)
  38   36  
  39   37  install: all .WAIT $(ROOTONBLDENVFILES)
  40   38  
  41   39  clean:
  42   40  
  43   41  clobber:
  44   42  
  45   43  include ../Makefile.targ
  46   44  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX