Revision 12967
Added by Aaron Marcuse-Kubitza almost 11 years ago
table.run | ||
---|---|---|
9 | 9 |
{ |
10 | 10 |
echo_func |
11 | 11 |
before_import_cmds |
12 |
self_make import__table_run "$@"
|
|
12 |
with_rm import__table_run "$@"
|
|
13 | 13 |
after_import_cmds |
14 | 14 |
} |
15 | 15 |
fi #### |
... | ... | |
131 | 131 |
import() |
132 | 132 |
{ |
133 | 133 |
begin_target |
134 |
self_make load_data
|
|
134 |
with_rm load_data
|
|
135 | 135 |
postprocess |
136 | 136 |
} |
137 | 137 |
|
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