diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-20 17:42:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-20 17:42:49 +0000 |
commit | 6a01876a074adbd517f144c904f0b20c95ef69a7 (patch) | |
tree | 0f6bdc94bea401166340cdac9304dbbea1734dca | |
parent | dd86311b16dae7458358b7310394a2bdb8d6ac69 (diff) | |
download | lh-bootstrap-6a01876a074adbd517f144c904f0b20c95ef69a7.tar.xz |
Small incremental build fixes (7)
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -45,11 +45,12 @@ NORMALUSER_GID := $(shell id -g $(NORMALUSER)) it: all -.PHONY: it all clean distclean +.PHONY: it all rootfs kernel clean distclean all: $(OUTPUT)/tmp/.lh_rootfs_installed $(OUTPUT)/build-host/kernel/.lh_installed - +rootfs: $(OUTPUT)/tmp/.lh_rootfs_installed +kernel: $(OUTPUT)/build-host/kernel/.lh_installed # clean everything |