aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-29 16:31:06 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-29 16:31:06 +0000
commit673ba5611e053e7c44ba232572ea2956aecc7fc1 (patch)
treef0f0790e1b2c64f93efdc33f58f3f07e192a1e16
parent3a5d5a0373c5b8027ed26edd6383314aae2508fc (diff)
downloadlh-bootstrap-673ba5611e053e7c44ba232572ea2956aecc7fc1.tar.xz
Small incremental build fixes (37)
-rw-r--r--sub/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile
index 8422f5e..5e60e42 100644
--- a/sub/busybox/Makefile
+++ b/sub/busybox/Makefile
@@ -26,7 +26,7 @@ $(OUTPUT)/build-host/.lh_bb_copied: $(OUTPUT)/sources/.lh_bb_dled | $(OUTPUT)/bu
$(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION)/.config: $(OUTPUT)/build-host/.lh_bb_copied sub/busybox/host-full-config | $(OUTPUT)/build-build/.lh_skarnet_installed $(OUTPUT)/tmp/.lh_prepared
ifeq ($(BUILD_HOST_STATIC),true)
- exec setuidgid $(NORMALUSER) sed -e "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" $(WD)/sub/busybox/host-full-config $@
+ exec setuidgid $(NORMALUSER) redirfd -w 1 $@ sed -e 's/# CONFIG_STATIC is not set/CONFIG_STATIC=y/' $(WD)/sub/busybox/host-full-config
else
exec setuidgid $(NORMALUSER) cp -f $(WD)/sub/busybox/host-full-config $@
endif