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:
d3c2b71
)
make usage_compressed.h generation _always_ update mtime
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 8 Jul 2010 00:29:47 +0000
(
02:29
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 8 Jul 2010 00:29:47 +0000
(
02:29
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
applets/usage_compressed
patch
|
blob
|
history
diff --git
a/applets/usage_compressed
b/applets/usage_compressed
index 9ddf16d389887b9cc0656c1567478e2efe50ec45..e1fd0d94df9009477f9b1488951e5cb6b3cf0de5 100755
(executable)
--- a/
applets/usage_compressed
+++ b/
applets/usage_compressed
@@
-40,8
+40,4
@@
echo '#define PACKED_USAGE \'
-e 's/$/ \\/'
echo ''
-if cmp -s "$target.$$" "$target" 2>/dev/null; then
- rm -- "$target.$$"
-else
- mv -- "$target.$$" "$target"
-fi
+mv -- "$target.$$" "$target"