diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 16:31:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 16:31:06 +0000 |
commit | 673ba5611e053e7c44ba232572ea2956aecc7fc1 (patch) | |
tree | f0f0790e1b2c64f93efdc33f58f3f07e192a1e16 /sub | |
parent | 3a5d5a0373c5b8027ed26edd6383314aae2508fc (diff) | |
download | lh-bootstrap-673ba5611e053e7c44ba232572ea2956aecc7fc1.tar.xz |
Small incremental build fixes (37)
Diffstat (limited to 'sub')
-rw-r--r-- | sub/busybox/Makefile | 2 |
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 |