mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
initrd.cpio.tmp is no longer necessary
This commit is contained in:
parent
7cb6ddd0dc
commit
664c0ebc24
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