aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-10 00:37:51 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-10 00:37:51 +0000
commit6b4517709c09fb1bd99b6e7327bc5ed81e454966 (patch)
treee48a3249ec6a5101c77493d4fc58edfc06ba5571
parentcd6bb371bab4a763085b00f84899135623f013c9 (diff)
downloadlh-bootstrap-6b4517709c09fb1bd99b6e7327bc5ed81e454966.tar.xz
More dep fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--sub/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile
index f5aa991..95491dd 100644
--- a/sub/busybox/Makefile
+++ b/sub/busybox/Makefile
@@ -31,7 +31,7 @@ else
exec setuidgid $(NORMALUSER) cp -f $(WD)/sub/busybox/host-full-config $@
endif
-$(OUTPUT)/build-$(TRIPLE)/.lh_bb_built: $(OUTPUT)/build-$(TRIPLE)/busybox-$(BUSYBOX_VERSION)/.config $(OUTPUT)/build-$(TRIPLE)/.lh_utmps_installed $(OUTPUT)/build-$(TRIPLE)/.lh_skalibs_installed | $(OUTPUT)/build-build/.lh_skarnet_installed
+$(OUTPUT)/build-$(TRIPLE)/.lh_bb_built: $(OUTPUT)/build-$(TRIPLE)/busybox-$(BUSYBOX_VERSION)/.config $(OUTPUT)/build-$(TRIPLE)/.lh_skarnet_installed | $(OUTPUT)/build-build/.lh_skarnet_installed
exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-$(TRIPLE)/busybox-$(BUSYBOX_VERSION) $(MAKE) -j1 busybox install CROSS_COMPILE=$(TRIPLE)- CC="$(TARGET_CC)" HOSTCC="$(BUILD_CC)"
exec setuidgid $(NORMALUSER) s6-touch $@