OSDN Git Service

initramfs: generate dependency list and cpio at the same time
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:02:34 +0000 (00:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Jan 2020 15:25:21 +0000 (00:25 +0900)
commit9668097599aa5fb87351bc2263e06a1c24718d40
treefa342f24d89c00c5c1d9c80c561f6f2440975d4b
parent3e176683634cfc53dfc04366510d2989804554df
initramfs: generate dependency list and cpio at the same time

Currently, this script is run twice, for the dependency list, and then
for the cpio archive.

The first one is re-run every time although its build log is suppressed
so nobody notices it.

Make it work more efficiently by generating the cpio and the dependency
list at the same time.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
usr/Makefile
usr/gen_initramfs.sh