Makefile
branchs11-update
changeset 2855 576d5a7857b7
parent 2434 6c9bb5cf5610
equal deleted inserted replaced
2854:78392507fd82 2855:576d5a7857b7
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include make-rules/shared-macros.mk
    24 include make-rules/shared-macros.mk
    25 
    25 
    26 SUBDIRS += components
    26 SUBDIRS += components
    41 
    41 
    42 download setup prep build install publish validate clean clobber \
    42 download setup prep build install publish validate clean clobber \
    43 test: component-hook $(SUBDIRS)
    43 test: component-hook $(SUBDIRS)
    44 
    44 
    45 $(SUBDIRS):	FORCE
    45 $(SUBDIRS):	FORCE
    46 	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
    46 	@+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
    47 
    47 
    48 FORCE:
    48 FORCE: