Revision 1956
Added by Aaron Marcuse-Kubitza over 12 years ago
with_all | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
# Runs a make target on all inputs at once. |
3 | 3 |
# Creates a job in the calling shell for each process. |
4 |
# Must be run from the root svn directory. |
|
4 | 5 |
|
5 | 6 |
with_all_main () |
6 | 7 |
{ |
Also available in: Unified diff
with_all: Documented that it must be run from the root svn directory