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

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

version 1.8, 2002/01/14 05:18:24 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 29 
Line 32 
  
 general: $(RECURSE_DEPENDS) $(ERROR) general: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i,$(DIRS),$(MAKESH) $(MAKE) -SC $(i) general OPTION=$(OPTION) $(NL))         @ $(foreach i,$(DIRS),$(MAKESH) $(MAKE) -SC $(i) general OPTION=$(OPTION) $(NL))
   


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2