aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-20 17:38:02 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-20 17:38:02 +0000
commit21a001f6c311dfb9dbfd934529d01a8a1c367e23 (patch)
treedd16bfdd3cfda68b6b157ed9f433bca5f634977f
parent88eac458c194700245f33eed835dd6bf5f71698f (diff)
downloadlh-bootstrap-21a001f6c311dfb9dbfd934529d01a8a1c367e23.tar.xz
Small incremental build fixes (5)
-rw-r--r--Makefile2
-rw-r--r--sub/kernel/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ee4312..f3690ab 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ it: all
.PHONY: it all clean distclean
-all: $(OUTPUT)/tmp/.lh_rootfs_installed
+all: $(OUTPUT)/tmp/.lh_rootfs_installed $(OUTPUT)/build-host/kernel/.lh_installed
diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile
index 3c46acc..9b99073 100644
--- a/sub/kernel/Makefile
+++ b/sub/kernel/Makefile
@@ -27,6 +27,7 @@ $(OUTPUT)/build-host/kernel/.lh_unpacked: $(OUTPUT)/sources/linux-$(KERNEL_VERSI
$(OUTPUT)/build-host/kernel/.lh_configured: $(OUTPUT)/build-host/kernel/.lh_unpacked $(KERNEL_CONFIG) | $(OUTPUT)/build-build/.lh_skarnet_installed
exec setuidgid $(NORMALUSER) cp -f $(KERNEL_CONFIG) $(OUTPUT)/build-host/kernel/linux-$(KERNEL_VERSION)/.config
exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/kernel/linux-$(KERNEL_VERSION) $(MAKE) olddefconfig $(KERNEL_ENV)
+ exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/kernel/linux-$(KERNEL_VERSION) $(MAKE) menuconfig $(KERNEL_ENV)
exec setuidgid $(NORMALUSER) s6-touch $@
$(OUTPUT)/build-host/kernel/.lh_prepared: | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed