projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34ed46
)
[make] use sed -i in expandwaf rule (closes gh-401, thanks to @Jamin)
author
Paul Brossier
<piem@piem.org>
Sun, 16 Nov 2025 12:44:45 +0000
(13:44 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 16 Nov 2025 12:44:45 +0000
(13:44 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
97d9d19
..
51cfe4c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-56,7
+56,8
@@
expandwaf: getwaf
[ -d wafilb ] || rm -fr waflib
$(WAFCMD) --help > /dev/null
mv .waf*/waflib . && rm -fr .waf*
- sed '/^#==>$$/,$$d' waf > waf2 && mv waf2 waf
+ sed -i.orig '/^#==>$$/,$$d' waf
+ rm -f waf.orig
chmod +x waf && chmod -R go-w waflib
cleanwaf: