Revision 9054
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/make.sh | ||
---|---|---|
11 | 11 |
EOF |
12 | 12 |
)" |
13 | 13 |
|
14 |
alias remaking='test "$remake"' |
|
15 |
|
|
14 | 16 |
# usage: set_make_vars; check_target_exists |
15 | 17 |
alias check_target_exists='! test -e "$target" || return 0' |
16 | 18 |
|
Also available in: Unified diff
lib/sh/make.sh: added remaking alias