mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-17 18:29:52 +00:00
initrd.cpio.tmp is no longer necessary
This commit is contained in:
parent
f39dfd321d
commit
291e28b040
8
Makefile
8
Makefile
@ -285,13 +285,7 @@ initrd.cpio: $(initrd_bins) $(initrd_libs) initrd_lib_install
|
||||
find . \
|
||||
| cpio --quiet -H newc -o \
|
||||
| ../cpio-clean ../dev.cpio - \
|
||||
> "../$@.tmp"
|
||||
if ! cmp --quiet "$@" "$@.tmp"; then \
|
||||
mv "$@.tmp" "$@"; \
|
||||
else \
|
||||
echo "$@: Unchanged"; \
|
||||
rm "$@.tmp"; \
|
||||
fi
|
||||
> "../$@"
|
||||
|
||||
initrd.intermediate: initrd.cpio
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user