Print this page
4027 remove CLOSED_BUILD


  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # cmd/fwflash/plugins
  26 #
  27 include $(SRC)/Makefile.master
  28 
  29 COMMON_SUBDIRS= $(MACH)
  30 $(CLOSED_BUILD)COMMON_SUBDIRS += $(CLOSED)/cmd/fwflash/plugins 
  31 
  32 SUBDIRS=        $(COMMON_SUBDIRS)
  33 
  34 all :=          TARGET= all
  35 install :=      TARGET= install
  36 clean :=        TARGET= clean
  37 clobber :=      TARGET= clobber
  38 lint :=         TARGET= lint
  39 _msg :=         TARGET= _msg
  40 msg :=          TARGET= msg
  41 
  42 
  43 .KEEP_STATE:
  44 
  45 all clean clobber install lint msg _msg:                $(SUBDIRS)
  46 
  47 
  48 $(SUBDIRS): FRC
  49         @if [ -f $@/Makefile ]; then \
  50                 cd $@; pwd; $(MAKE) $(TARGET); \


  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # cmd/fwflash/plugins
  26 #
  27 include $(SRC)/Makefile.master
  28 
  29 COMMON_SUBDIRS= $(MACH)

  30 
  31 SUBDIRS=        $(COMMON_SUBDIRS)
  32 
  33 all :=          TARGET= all
  34 install :=      TARGET= install
  35 clean :=        TARGET= clean
  36 clobber :=      TARGET= clobber
  37 lint :=         TARGET= lint
  38 _msg :=         TARGET= _msg
  39 msg :=          TARGET= msg
  40 
  41 
  42 .KEEP_STATE:
  43 
  44 all clean clobber install lint msg _msg:                $(SUBDIRS)
  45 
  46 
  47 $(SUBDIRS): FRC
  48         @if [ -f $@/Makefile ]; then \
  49                 cd $@; pwd; $(MAKE) $(TARGET); \