buildrootschalter/fs
Arnout Vandecappelle (Essensium/Mind) 847895d295 fs/common.mk: delay evaluation of variables
This makes things easier to understand and more consistent with the pkg-infra.
For example, it removes the need for '$$@' in the CMD variables of fs/*/*.mk.

It also makes it possible to update the variables later, e.g. in the package
override file.

It also makes sure that the date will be recorded correctly in Yann E. Morin's
patch that logs the MESSAGE macros to a file.

The fs/*/*.mk must be updated as well because the '$@' shouldn't be quoted
anymore in the CMD variables or the hooks.

The $(eval ...) for the dependencies is redundant, because the $(ROOTFS_TARGET)
variable is already eval'd. Note that it is only redundant if the evaluation of
the uses of the variable is also delayed.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-01-20 20:53:29 +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: delay evaluation of variables 2013-01-20 20:53:29 +01:00
Config.in reorder fs alphabetically 2012-12-02 23:19:25 -08:00