kumquat-buildroot/fs
Stefan Sørensen 6b577b3c3a fs: Bail out on errors in fakeroot script
Currently, the generated fakeroot script has no error checking causing
make to continue building even if some of the fakeroot script commands
have failed. This can cause e.g. using an invalid device tables to go
unnoticed.

So add a "set -e" to the start of the fakeroot script so it will exit
with a failure code as soon as one of the script commands fails.

Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-08 22:21:36 +01:00
..
cloop
cpio package: indentation cleanup 2014-10-26 05:47:05 +01:00
cramfs package: indentation cleanup 2014-10-23 22:13:29 +02:00
ext2 fs/ext2: add option to specify a filesystem label 2014-12-07 22:07:22 +01:00
initramfs
iso9660 fs/iso9660: use install instead of cp 2014-11-22 19:01:27 +01:00
jffs2
romfs
squashfs
tar fs/tar: only store numeric uid/gid 2015-02-19 22:02:59 +01:00
ubifs
yaffs2
common.mk fs: Bail out on errors in fakeroot script 2015-03-08 22:21:36 +01:00
Config.in