Searched hist:d39a206b (Results 1 - 1 of 1) sorted by last modified time

/linux-master/usr/
H A DMakefilediff d39a206b Tue Apr 11 05:24:32 MDT 2006 Sam Ravnborg <sam@mars.ravnborg.org> kbuild: rebuild initramfs if content of initramfs changes

initramfs.cpio.gz being build in usr/ and included in the
kernel was not rebuild when the included files changed.

To fix this the following was done:
- let gen_initramfs.sh generate a list of files and directories included
in the initramfs
- gen_initramfs generate the gzipped cpio archive so we could simplify
the kbuild file (Makefile)
- utilising the kbuild infrastructure so when uid/gid root mapping changes
the initramfs will be rebuild

With this change we have a much more robust initramfs generation.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Completed in 236 milliseconds