source:
Sophya/trunk/SophyaLib/BuildMgr/domakeprogs@
3998
Last change on this file since 3998 was 2837, checked in by , 20 years ago | |
---|---|
|
|
File size: 108 bytes |
Line | |
---|---|
1 | #!/bin/csh |
2 | foreach f ( ProgPI PrgUtil PrgMap Tests PMixer ) |
3 | cd ../$f |
4 | pwd |
5 | echo "make in $f " |
6 | time make |
7 | end |
Note:
See TracBrowser
for help on using the repository browser.