make-rules/configure.mk
changeset 2022 d590db614c66
parent 1512 f57514e19ede
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) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 #
    24 #
    25 # Rules and Macros for building opens source software that uses configure /
    25 # Rules and Macros for building opens source software that uses configure /
    26 # GNU auto* tools to configure their build for the system they are on.  This
    26 # GNU auto* tools to configure their build for the system they are on.  This
   135 	$(TOUCH) $@
   135 	$(TOUCH) $@
   136 
   136 
   137 # test the built source
   137 # test the built source
   138 $(BUILD_DIR)/%/.tested:	$(BUILD_DIR)/%/.built
   138 $(BUILD_DIR)/%/.tested:	$(BUILD_DIR)/%/.built
   139 	$(COMPONENT_PRE_TEST_ACTION)
   139 	$(COMPONENT_PRE_TEST_ACTION)
   140 	(cd $(@D) ; $(ENV) $(COMPONENT_TEST_ENV) $(GMAKE) \
   140 	(cd $(COMPONENT_TEST_DIR) ; $(ENV) $(COMPONENT_TEST_ENV) $(GMAKE) \
   141 			$(COMPONENT_TEST_ARGS) $(COMPONENT_TEST_TARGETS))
   141 			$(COMPONENT_TEST_ARGS) $(COMPONENT_TEST_TARGETS))
   142 	$(COMPONENT_POST_TEST_ACTION)
   142 	$(COMPONENT_POST_TEST_ACTION)
   143 	$(TOUCH) $@
   143 	$(TOUCH) $@
   144 
   144 
   145 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
   145 ifeq   ($(strip $(PARFAIT_BUILD)),yes)