make-rules/justmake.mk
branchs11-update
changeset 3996 20c0f21bbe1e
parent 2855 576d5a7857b7
--- a/make-rules/justmake.mk	Thu Mar 19 14:35:58 2015 -0700
+++ b/make-rules/justmake.mk	Thu Mar 19 20:44:31 2015 -0700
@@ -18,13 +18,13 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 #
 # Rules and Macros for building opens source software that just uses their
 # own make and no autoconf-style tools.
 #
-# To use these rules, include ../make-rules/justmake.mk in your Makefile
+# To use these rules, include $(WS_MAKE_RULES)/justmake.mk in your Makefile
 # and define "build", "install" targets appropriate to building your component.
 # Ex:
 #
@@ -67,9 +67,8 @@
 	$(COMPONENT_POST_INSTALL_ACTION)
 	$(TOUCH) $@
 
-
 # test the built source
-$(BUILD_DIR)/%/.tested: $(BUILD_DIR)/%/.built
+$(BUILD_DIR)/%/.tested:    $(BUILD_DIR)/%/.built
 	$(COMPONENT_PRE_TEST_ACTION)
 	(cd $(@D) ; $(ENV) $(COMPONENT_TEST_ENV) $(GMAKE) \
 		$(COMPONENT_TEST_ARGS) $(COMPONENT_TEST_TARGETS))