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

Diff for /pegasus/mak/recurse.mak between version 1.16 and 1.16.44.3

version 1.16, 2006/01/30 16:16:23 version 1.16.44.3, 2007/09/15 00:38:29
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
   
   ifdef TARGET
     VXEXEC=$(PEGASUS_ROOT)/vxworks/scripts/vxexec
     TFLAGS=SHELL=$(VXEXEC)
   endif
   
 tests: $(RECURSE_DEPENDS) $(ERROR) tests: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) tests $(NL) )          @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) $(TFLAGS) "-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) )
Line 78 
Line 90 
 messages: $(RECURSE_DEPENDS) $(ERROR) messages: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) messages $(NL) )         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) messages $(NL) )
  
   
   ifeq ($(OS_TYPE),vxworks)
   romfs: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) romfs $(NL) )
   endif


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.44.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2