(file) Return to recurse.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/recurse.mak between version 1.7 and 1.9

version 1.7, 2001/06/16 20:54:05 version 1.9, 2002/02/05 02:00:58
Line 15 
Line 15 
 tests: $(RECURSE_DEPENDS) $(ERROR) tests: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) tests $(NL) )         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) tests $(NL) )
  
   poststarttests: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) poststarttests $(NL) )
   
 clean: $(RECURSE_DEPENDS) $(ERROR) clean: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i,$(CLEAN_DIRS),$(MAKESH) $(MAKE) -SC $(i) clean $(NL))         @ $(foreach i,$(CLEAN_DIRS),$(MAKESH) $(MAKE) -SC $(i) clean $(NL))
  
Line 26 
Line 29 
  
 sub: $(RECURSE_DEPENDS) $(ERROR) sub: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i,$(CLEAN_DIRS),$(MAKESH) $(MAKE) -SC $(i) sub $(NL))         @ $(foreach i,$(CLEAN_DIRS),$(MAKESH) $(MAKE) -SC $(i) sub $(NL))
   
   general: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i,$(DIRS),$(MAKESH) $(MAKE) -SC $(i) general OPTION=$(OPTION) $(NL))


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2