makefile: perform shallow clones when cloning deps (#405)

This commit is contained in:
alex 2016-05-17 02:17:47 +08:00 committed by Dimitri Fontaine
parent 826d975985
commit 09c178c33b

View File

@ -71,16 +71,16 @@ docs:
ronn -roff pgloader.1.md
$(QLDIR)/local-projects/qmynd:
git clone https://github.com/qitab/qmynd.git $@
git clone --depth 1 https://github.com/qitab/qmynd.git $@
$(QLDIR)/local-projects/cl-ixf:
git clone https://github.com/dimitri/cl-ixf.git $@
git clone --depth 1 https://github.com/dimitri/cl-ixf.git $@
$(QLDIR)/local-projects/cl-db3:
git clone https://github.com/dimitri/cl-db3.git $@
git clone --depth 1 https://github.com/dimitri/cl-db3.git $@
$(QLDIR)/local-projects/cl-csv:
git clone https://github.com/AccelerationNet/cl-csv.git $@
git clone --depth 1 https://github.com/AccelerationNet/cl-csv.git $@
$(QLDIR)/setup.lisp:
mkdir -p $(BUILDDIR)