]> Git Repo - buildroot-mgba.git/commit
fs/iso9660: fix non-reproducible builds
authorYann E. MORIN <[email protected]>
Tue, 28 Sep 2021 05:24:31 +0000 (07:24 +0200)
committerYann E. MORIN <[email protected]>
Tue, 28 Sep 2021 05:24:31 +0000 (07:24 +0200)
commitf8b17f74392bda34e55ad2202ebabc2cac06278d
treeac7d4318c28125127a6fbf875ecf05b05ee262b6
parent179ae068eb7035e3a3da0e4a936bc4e0be8acbb1
fs/iso9660: fix non-reproducible builds

In commit 179ae068eb70 (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 <[email protected]>
fs/iso9660/iso9660.mk
This page took 0.03265 seconds and 4 git commands to generate.