make usage_compressed.h generation _always_ update mtime
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d3c2b71ffa
commit
1d36f24bcb
@ -40,8 +40,4 @@ echo '#define PACKED_USAGE \'
|
|||||||
-e 's/$/ \\/'
|
-e 's/$/ \\/'
|
||||||
echo ''
|
echo ''
|
||||||
|
|
||||||
if cmp -s "$target.$$" "$target" 2>/dev/null; then
|
mv -- "$target.$$" "$target"
|
||||||
rm -- "$target.$$"
|
|
||||||
else
|
|
||||||
mv -- "$target.$$" "$target"
|
|
||||||
fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user