projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e07219
)
fix unescaped $ in makefile
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 23 May 2010 14:14:06 +0000
(16:14 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 23 May 2010 14:14:06 +0000
(16:14 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 14f5cd14920714bd52e52adb2e44626748c2d4a9..c231092bea69575e759fcbf4de128bf770fd8a5f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1001,8
+1001,8
@@
$(mrproper-dirs):
mrproper: clean archmrproper $(mrproper-dirs)
$(call cmd,rmdirs)
$(call cmd,rmfiles)
- @find -name Config.src | sed 's/.src$/.in/' | xargs -r rm -f
- @find -name Kbuild.src | sed 's/.src$//' | xargs -r rm -f
+ @find -name Config.src | sed 's/.src$
$
/.in/' | xargs -r rm -f
+ @find -name Kbuild.src | sed 's/.src$
$
//' | xargs -r rm -f
# distclean
#