From a08d7223fb84ab13045ec70001e5a6193dedc445 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Mon, 26 Jun 2017 12:50:33 +0200 Subject: [PATCH] fix clone targets - broken by 4129e45951 which changed target folders from ../druntime-2.074.1 to $PWD/druntime-2.074.1 - no need to make those targets absolute since the makefile will always run in the dlang.org root folder --- posix.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posix.mak b/posix.mak index 9d86800353..1cb61c1bf9 100644 --- a/posix.mak +++ b/posix.mak @@ -381,10 +381,10 @@ dlangspec.verbatim.txt : $(DMD) verbatim.ddoc dlangspec-consolidated.d # Git rules ################################################################################ -$(PWD)/%-${LATEST} : +../%-${LATEST} : git clone -b v${LATEST} --depth=1 ${GIT_HOME}/$(notdir $*) $@ -$(PWD)/%-${DUB_VER} : +../%-${DUB_VER} : git clone --depth=1 -b v${DUB_VER} ${GIT_HOME}/$(notdir $*) $@ ${DMD_DIR} ${DRUNTIME_DIR} ${PHOBOS_DIR} ${TOOLS_DIR} ${INSTALLER_DIR}: