Revision 12967
Added by Aaron Marcuse-Kubitza almost 11 years ago
homonyms.run | ||
---|---|---|
26 | 26 |
{ |
27 | 27 |
begin_target |
28 | 28 |
*.txt/make |
29 |
self_make import__table_run "$@"
|
|
29 |
with_rm import__table_run "$@"
|
|
30 | 30 |
} |
31 | 31 |
|
32 | 32 |
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