components/Makefile
changeset 3953 7a1f9588575b
parent 3817 30b42c38bbc4
child 4196 d697072a92f5
equal deleted inserted replaced
3951:44e39665111f 3953:7a1f9588575b
   110 	$(RM) $(WS_MACH)/components.mk $(WS_MACH)/depends.mk \
   110 	$(RM) $(WS_MACH)/components.mk $(WS_MACH)/depends.mk \
   111 	      $(WS_MACH)/requires.mk $(WS_MACH)/*.p5m
   111 	      $(WS_MACH)/requires.mk $(WS_MACH)/*.p5m
   112 
   112 
   113 clobber:	$(COMPONENT_DIRS.nosetup) clean
   113 clobber:	$(COMPONENT_DIRS.nosetup) clean
   114 	@cd ../tools ; echo "clobbering tools..." ; $(GMAKE) clobber
   114 	@cd ../tools ; echo "clobbering tools..." ; $(GMAKE) clobber
   115 	$(RM) -r $(WS_REPO) $(WS_LOGS) $(WS_LINT_CACHE)
   115 	$(RM) -r $(WS_REPO) $(WS_LOGS) $(WS_LINT_CACHE) \
       
   116 	    $(shell find . -name 'manifest-*.published')
   116 
   117 
   117 
   118 
   118 setup:	$(WS_MACH) $(WS_LOGS) $(WS_REPO) tools $(WS_LINT_CACHE)
   119 setup:	$(WS_MACH) $(WS_LOGS) $(WS_REPO) tools $(WS_LINT_CACHE)
   119 
   120 
   120 $(WS_MACH) $(WS_LOGS):
   121 $(WS_MACH) $(WS_LOGS):