make-rules/justmake.mk
changeset 2022 d590db614c66
parent 1352 1358a1e1ff4c
child 2106 adb848b3a7d4
equal deleted inserted replaced
2021:9a6f17b2de19 2022:d590db614c66
    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) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 #
    23 #
    24 # Rules and Macros for building opens source software that just uses their
    24 # Rules and Macros for building opens source software that just uses their
    25 # own make and no autoconf-style tools.
    25 # own make and no autoconf-style tools.
    26 #
    26 #
    69 
    69 
    70 
    70 
    71 # test the built source
    71 # test the built source
    72 $(BUILD_DIR)/%/.tested: $(BUILD_DIR)/%/.built
    72 $(BUILD_DIR)/%/.tested: $(BUILD_DIR)/%/.built
    73 	$(COMPONENT_PRE_TEST_ACTION)
    73 	$(COMPONENT_PRE_TEST_ACTION)
    74 	(cd $(@D) ; $(ENV) $(COMPONENT_TEST_ENV) $(GMAKE) \
    74 	(cd $(COMPONENT_TEST_DIR) ; $(ENV) $(COMPONENT_TEST_ENV) $(GMAKE) \
    75 		$(COMPONENT_TEST_ARGS) $(COMPONENT_TEST_TARGETS))
    75 		$(COMPONENT_TEST_ARGS) $(COMPONENT_TEST_TARGETS))
    76 	$(COMPONENT_POST_TEST_ACTION)
    76 	$(COMPONENT_POST_TEST_ACTION)
    77 	$(TOUCH) $@
    77 	$(TOUCH) $@
    78 
    78 
    79 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
    79 ifeq   ($(strip $(PARFAIT_BUILD)),yes)