buildrootschalter/fs
Ezequiel Garcia 402d1476f7 fs/common.mk: Strip extra whitespace when device table is empty
Since ROOTFS_DEVICE_TABLES is a concatenation of two strings separated by
spaces, there will always be a space in it, which means it's never empty.
Therefore, when testing for empty, the condition never evaluate to false.

The following change fixes this problem; it runs qstrip on the overall
combination of the variables, causing the space to be removed if it's the
only thing left.

Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-03-13 23:09:40 +01:00
..
cloop fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
cpio fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
cramfs fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
ext2 fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
initramfs cpio/initramfs: clarify their use in the help text 2012-11-07 11:48:13 +01:00
iso9660 iso9660 fs: use cpio initrd instead of ext2 2012-11-14 22:53:25 +01:00
jffs2 fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
romfs fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
squashfs fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
tar fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
ubifs fs/common.mk: delay evaluation of variables 2013-01-20 20:53:29 +01:00
common.mk fs/common.mk: Strip extra whitespace when device table is empty 2013-03-13 23:09:40 +01:00
Config.in reorder fs alphabetically 2012-12-02 23:19:25 -08:00