summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-11-22 15:07:29 -0500
committerGordon GECOS <u@adam>2023-11-22 15:07:29 -0500
commit81fdd7a90cc0dfdc2bc2744d41a346c0d255a6af (patch)
tree090eb8f61bdf253a0d07117b0f0751148036aacd /Makefile
parentc562f252be28507df1d2f45e1912734e1ef0a8e4 (diff)
cruft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f7a5f5..ce0e826 100644
--- a/Makefile
+++ b/Makefile
@@ -99,8 +99,6 @@ else
99 install -p -m0644 -DT conf/torrc ${instdir}/etc/tor/torrc 99 install -p -m0644 -DT conf/torrc ${instdir}/etc/tor/torrc
100endif 100endif
101 101
102include user.mk
103
104.PHONY: submodules build-submodules $(SUBMODULES) 102.PHONY: submodules build-submodules $(SUBMODULES)
105$(SUBMODULES): stack 103$(SUBMODULES): stack
106 @a=$$(cd $@ && (exec 3>&1; exec >&2; if test -z "$$(git ls-files)"; then git reset; fi; git status -uno -s >&3)) && (if test -z "$$a"; then set -x; git submodule update --init --recursive $@/; fi) 104 @a=$$(cd $@ && (exec 3>&1; exec >&2; if test -z "$$(git ls-files)"; then git reset; fi; git status -uno -s >&3)) && (if test -z "$$a"; then set -x; git submodule update --init --recursive $@/; fi)