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

Diff for /pegasus/mak/recurse.mak between version 1.16.44.1 and 1.16.44.2

version 1.16.44.1, 2007/09/11 16:32:41 version 1.16.44.2, 2007/09/15 00:09:57
Line 47 
Line 47 
 depend: $(RECURSE_DEPENDS) $(ERROR) depend: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) depend $(NL) )         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) depend $(NL) )
  
   ifeq ($(OS_TYPE),vxworks)
       TEST_FLAGS=SHELL=$(PEGASUS_ROOT)/vxworks/scripts/vxexec
   else
       TEST_FLAGS=
   endif
   
   
 tests: $(RECURSE_DEPENDS) $(ERROR) tests: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) tests $(NL) )          @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) $(TEST_FLAGS) "-SC" $(i) tests $(NL) )
   
  
 poststarttests: $(RECURSE_DEPENDS) $(ERROR) poststarttests: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) poststarttests $(NL) )         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) poststarttests $(NL) )


Legend:
Removed from v.1.16.44.1  
changed lines
  Added in v.1.16.44.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2