From 6807982106c0e3ec1837421c0e69e8531a8c3b28 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 12 Dec 2017 16:30:53 +0100 Subject: 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. --- lapdm/gen_links.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lapdm') diff --git a/lapdm/gen_links.sh b/lapdm/gen_links.sh index ab4eec3a..93655f04 100755 --- a/lapdm/gen_links.sh +++ b/lapdm/gen_links.sh @@ -1,6 +1,6 @@ #!/bin/sh -BASEDIR=~/projects/git +BASEDIR=../deps gen_links() { DIR=$1 -- cgit v1.2.3