mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Revert "linux: sub-process eats exit/failure code"
This reverts commit 710d431652.
This commit is contained in:
@@ -206,7 +206,7 @@ make_target() {
|
||||
( cd $ROOT
|
||||
rm -rf $BUILD/initramfs
|
||||
$SCRIPTS/install initramfs
|
||||
) || die "FAILURE: Building initramfs"
|
||||
)
|
||||
|
||||
if [ "$BOOTLOADER" = "u-boot" -a -n "$KERNEL_UBOOT_EXTRA_TARGET" ]; then
|
||||
for extra_target in "$KERNEL_UBOOT_EXTRA_TARGET"; do
|
||||
|
||||
Reference in New Issue
Block a user