aboutsummaryrefslogtreecommitdiffstats
path: root/selftest/gen_links.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-12 16:30:53 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-12 16:30:53 +0100
commit6807982106c0e3ec1837421c0e69e8531a8c3b28 (patch)
tree70eb3c082e43f8491dd7634271766b99ef383241 /selftest/gen_links.sh
parent4c5ef5b3e1bb7775386a6c6c2e9b00b3456c59d8 (diff)
Makefile: clone dependencies into 'deps' folder
We used to rely on out-of-tree git clones to be prepared by the user. This commit changes the system to make sure we clone all git repos we depend upon into the 'deps' folder, and then setup the symlinks to that folder. As a result, we should be able to support self-contained builds using the makefiles in this repo.
Diffstat (limited to 'selftest/gen_links.sh')
-rwxr-xr-xselftest/gen_links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/gen_links.sh b/selftest/gen_links.sh
index b1e9ca12..167bb41d 100755
--- a/selftest/gen_links.sh
+++ b/selftest/gen_links.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-BASEDIR=~/projects/git
+BASEDIR=../deps
gen_links() {
DIR=$1