From 7052167f53dab5733a838b9d5398121f39016def 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 c87806d..bc87f6c 100644 --- a/Makefile +++ b/Makefile @@ -322,7 +322,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