summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElla Grapp <ella@blackboard>2022-10-27 13:06:30 -0400
committeru <u@billy>2023-11-17 08:44:10 -0500
commit7052167f53dab5733a838b9d5398121f39016def (patch)
tree6f14475413908ff7586f8311c644ce40a0ff61de
parenta00488b1b5e82fe9d0b2a15080c220d4ced2c701 (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 c87806d..bc87f6c 100644
--- a/Makefile
+++ b/Makefile
@@ -322,7 +322,6 @@ rootfs/seed.iso: $(addprefix rootfs/samizdat.seed.btrf, s \
322 322
323.PHONY: install 323.PHONY: install
324install: 324install:
325 [ -e install-submodules-stamp ] || make install-submodules-stamp
326 $(SUDO_MAKE) install-stamp 325 $(SUDO_MAKE) install-stamp
327 326
328build-submodules-stamp: build-submodules 327build-submodules-stamp: build-submodules