(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.3 and 1.16.44.4

version 1.16.44.3, 2007/09/15 00:38:29 version 1.16.44.4, 2007/10/22 01:30:02
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) $(TFLAGS) "-SC" $(i) tests $(NL) )          @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-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 89 
Line 77 
 #l10n #l10n
 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.44.3  
changed lines
  Added in v.1.16.44.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2