home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b66acb7
)
Update in erlehmann's redo scripts.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 25 Aug 2015 04:08:38 +0000
(06:08 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 25 Aug 2015 04:08:38 +0000
(06:08 +0200)
build/redo_scripts/redo-ifchange
patch
|
blob
|
history
diff --git
a/build/redo_scripts/redo-ifchange
b/build/redo_scripts/redo-ifchange
index 902ed16d5cef6b58c38d5ee6c306aef65f67c8a6..7023a045f7bd4f788ba6c861a2193f2bd471f026 100755
(executable)
--- a/
build/redo_scripts/redo-ifchange
+++ b/
build/redo_scripts/redo-ifchange
@@
-208,7
+208,7
@@
_do() {
fi
printf '%sredo %s%s%s%s%s\n' \
"$green" "$REDO_DEPTH" "$bold" "$target_relpath" "$plain" >&2
- ( _run_dofile "$target" "$
base
" "$tmp.tmp" )
+ ( _run_dofile "$target" "$
{base##*/}
" "$tmp.tmp" )
rv="$?"
# Add non existing .do file to non-existence dependencies so
# target is built when .do file in question is created.