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/lib/raidcfg_plugins/Makefile
          +++ new/usr/src/lib/raidcfg_plugins/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  # lib/raidcfg_plugins/Makefile
  28   26  #
  29   27  
  30   28  include $(SRC)/Makefile.master
  31   29  
  32      -CLOSED_PLUGIN = $(CLOSED)/lib/raidcfg_plugins/
  33      -
  34      -$(CLOSED_BUILD)COMMON_SUBDIRS += $(CLOSED_PLUGIN)/mpt
  35      -
  36   30  SUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
  37   31  
  38   32  all:=           TARGET= all
  39   33  install:=       TARGET= install
  40   34  clean:=         TARGET= clean
  41   35  clobber:=       TARGET= clobber
  42   36  lint:=          TARGET= lint
  43   37  _msg:=          TARGET= _msg
  44   38  
  45   39  .KEEP_STATE:
  46   40  
  47   41  all clean clobber lint install _msg: $(SUBDIRS)
  48   42  
  49   43  $(SUBDIRS): FRC
  50   44          @cd $@; pwd; $(MAKE) $(TARGET)
  51   45  
  52   46  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX