7038816 userland makefiles should declare some phony targets. (fix incrementals) build-165
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 28 Apr 2011 08:31:38 -0700
changeset 207 6bd9160c5c3a
parent 206 a4474882bf60
child 208 a06bd0485fd0
7038816 userland makefiles should declare some phony targets. (fix incrementals)
make-rules/shared-macros.mk
--- a/make-rules/shared-macros.mk	Wed Apr 27 22:40:44 2011 -0700
+++ b/make-rules/shared-macros.mk	Thu Apr 28 08:31:38 2011 -0700
@@ -535,7 +535,7 @@
 COMPONENT_INSTALL_ARGS += $(COMPONENT_INSTALL_ARGS.$(BITS))
 
 # declare these phony so that we avoid filesystem conflicts.
-.PHONY:	download prep build install publish test clean clobber
+.PHONY:	prep build install publish test clean clobber
 
 # If there are no tests to execute
 NO_TESTS =	test-nothing