summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElla Grapp <ella@blackboard>2022-10-27 13:06:30 -0400
committerElla Grapp <ella@blackboard>2022-10-27 13:06:30 -0400
commit73eb286a347bc14649872e1378c0648af45473b8 (patch)
tree6a7b1ff0700e94d3b393dcf07081497720d043ed
parent99b796d9d0e248c3b8fe13626f703ef855add354 (diff)
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.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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 \
316 316
317.PHONY: install 317.PHONY: install
318install: 318install:
319 [ -e install-submodules-stamp ] || make install-submodules-stamp
320 $(SUDO_MAKE) install-stamp 319 $(SUDO_MAKE) install-stamp
321 320
322build-submodules-stamp: build-submodules 321build-submodules-stamp: build-submodules