diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-31 17:32:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-31 17:32:02 +0000 |
commit | dd6128ee0536fe3e47965220ef07a124121b3a63 (patch) | |
tree | fcd58df699698dc881513ce1467ac9daa22757c3 | |
parent | 2eb29c12e2e734d56f75bc71d69b24c86d119361 (diff) | |
download | lh-bootstrap-dd6128ee0536fe3e47965220ef07a124121b3a63.tar.xz |
Fix 3/n
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,10 +20,11 @@ NORMALUSER_GID := $(shell id -g $(NORMALUSER)) it: all -.PHONY: it all kernel rootfs rwfs userfs images qemu-boot clean distclean +.PHONY: it all all-but-kernel kernel rootfs rwfs userfs images qemu-boot clean distclean all: kernel rootfs rwfs userfs images +all-but-kernel: rootfs rwfs userfs images kernel: $(OUTPUT)/build-$(TRIPLE)/kernel/.lh_installed $(OUTPUT)/build-$(TRIPLE)/kernel/.lh_modules_installed rootfs: $(OUTPUT)/tmp/.lh_rootfs_installed rwfs: $(OUTPUT)/tmp/.lh_rwfs_installed |