20704316 top-level clobber should find & rm what top-level publish looks for s11-update
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 16 Mar 2015 09:20:05 -0700
branchs11-update
changeset 3988 46ba69f31aed
parent 3987 80a0acd552d1
child 3989 cc7f2e59f3c0
20704316 top-level clobber should find & rm what top-level publish looks for
components/Makefile
--- a/components/Makefile	Mon Mar 16 09:18:04 2015 -0700
+++ b/components/Makefile	Mon Mar 16 09:20:05 2015 -0700
@@ -88,7 +88,8 @@
 
 clobber:	$(COMPONENT_DIRS.nosetup) clean
 	@cd ../tools ; echo "clobbering tools..." ; $(GMAKE) clobber
-	$(RM) -r $(WS_REPO) $(WS_LOGS) $(WS_LINT_CACHE)
+	$(RM) -r $(WS_REPO) $(WS_LOGS) $(WS_LINT_CACHE) \
+	    $(shell find . -name 'manifest-*.published')
 
 
 setup:	$(WS_LOGS) $(WS_REPO) tools $(WS_LINT_CACHE)