diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 00:37:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 00:37:51 +0000 |
commit | 6b4517709c09fb1bd99b6e7327bc5ed81e454966 (patch) | |
tree | e48a3249ec6a5101c77493d4fc58edfc06ba5571 /sub/busybox/Makefile | |
parent | cd6bb371bab4a763085b00f84899135623f013c9 (diff) | |
download | lh-bootstrap-6b4517709c09fb1bd99b6e7327bc5ed81e454966.tar.xz |
More dep fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/busybox/Makefile')
-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 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 $@ |