diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-31 18:42:00 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-10-31 18:42:00 +0000 |
| commit | ffe0429b4cbbe235c6e2e8743696e03e08a87a9c (patch) | |
| tree | c7845e8fea2aa6b93b4556c22e6e001165b1e973 /sub/busybox/Makefile | |
| parent | 82080e56145c1e7374278a69b0517664071e9e2d (diff) | |
| download | lh-bootstrap-ffe0429b4cbbe235c6e2e8743696e03e08a87a9c.tar.gz | |
Fix 5/n and update kernel to 6.6
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 958b020..95491dd 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -32,7 +32,7 @@ else endif $(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) 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 $@ $(OUTPUT)/build-$(TRIPLE)/.lh_bb_installed: $(OUTPUT)/build-$(TRIPLE)/.lh_bb_built $(OUTPUT)/tmp/.lh_layout_installed | $(OUTPUT)/build-build/.lh_skarnet_installed |
