From 09c178c33bc2442144e1bc674effe46c9af0bd1f Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 17 May 2016 02:17:47 +0800 Subject: [PATCH] makefile: perform shallow clones when cloning deps (#405) --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a90bd81..ae70979 100644 --- a/Makefile +++ b/Makefile @@ -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)