Revision 12967
Added by Aaron Marcuse-Kubitza almost 11 years ago
util.run | ||
---|---|---|
118 | 118 |
|
119 | 119 |
#### `make` compatibility |
120 | 120 |
|
121 |
main() { begin_target; self_make all; } # support conventional `all` target
|
|
121 |
main() { begin_target; with_rm all; } # support conventional `all` target
|
|
122 | 122 |
|
123 | 123 |
fi |
Also available in: Unified diff
lib/sh/make.sh: self_make(): renamed to with_rm() for clarity, since this is used only to progagate $rm, and does not also invoke a command with the same name as the current function, as the name might suggest