Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/tsol/Makefile
          +++ new/usr/src/cmd/tsol/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  #
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#ident  "%Z%%M% %I%     %E% SMI"
  26      -#
  27   25  # cmd/tsol/Makefile
  28   26  #
  29   27  
  30   28  include ../Makefile.cmd
  31   29  
  32   30  SUBDIRS =               \
  33   31          atohexlabel     \
  34   32          getlabel        \
  35   33          demo            \
  36   34          misc            \
↓ open down ↓ 14 lines elided ↑ open up ↑
  51   49  
  52   50  MSGSUBDIRS =            \
  53   51          getlabel        \
  54   52          setlabel        \
  55   53          tnchkdb         \
  56   54          tninfo          \
  57   55          tnctl           \
  58   56          tnd             \
  59   57          getzonepath
  60   58  
  61      -$(CLOSED_BUILD)SUBDIRS += $(CLOSED)/cmd/tsol/chk_encodings \
  62      -        $(CLOSED)/cmd/tsol/labeld
  63      -
  64      -$(CLOSED_BUILD)CLOSED_MSGSUBDIRS = $(CLOSED)/cmd/tsol/chk_encodings \
  65      -        $(CLOSED)/cmd/tsol/labeld
  66      -
  67   59  #
  68   60  # for messaging catalog
  69   61  #
  70   62  POFILE= tsol-cmd.po
  71   63  POFILES= $(MSGSUBDIRS:%=%/%.po)
  72   64  
  73   65  all     :=      TARGET = all
  74   66  install :=      TARGET = install
  75   67  clean   :=      TARGET = clean
  76   68  clobber :=      TARGET = clobber
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX