kumquat-buildroot/fs/iso9660
Yann E. MORIN f8b17f7439 fs/iso9660: fix non-reproducible builds
In commit 179ae068eb (fs/iso9660: add support to Grub EFI bootloader
in the image), we did a last-minute change when applying the patch, on
the flawed assumption that the commands were run in a standard Makefile
rule.

However, for filesystems, most commands are run in a script (so they run
under fakeroot). As such, we can't silence the commands with the usual
Makefile '@' construct.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-09-28 07:24:31 +02:00
..
Config.in fs/iso9660: add support to Grub EFI bootloader in the image 2021-09-27 22:35:20 +02:00
grub.cfg fs/iso9660: add support for grub2 2015-06-14 23:25:18 +02:00
iso9660.mk fs/iso9660: fix non-reproducible builds 2021-09-28 07:24:31 +02:00
isolinux.cfg fs/iso9660: add isolinux support 2015-06-14 23:24:45 +02:00