From 73eb286a347bc14649872e1378c0648af45473b8 Mon Sep 17 00:00:00 2001 From: Ella Grapp Date: Thu, 27 Oct 2022 13:06:30 -0400 Subject: Don't install submodules with 'make install' It is important than 'make key' not build the submodules unnecessarily. It would make sense to rename the current 'install' target for use as dependency, re-introduce an 'install' target that does both for manual use at the command line. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7512190..b578041 100644 --- a/Makefile +++ b/Makefile @@ -316,7 +316,6 @@ rootfs/seed.iso: $(addprefix rootfs/samizdat.seed.btrf, s \ .PHONY: install install: - [ -e install-submodules-stamp ] || make install-submodules-stamp $(SUDO_MAKE) install-stamp build-submodules-stamp: build-submodules -- cgit v1.2.3