File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ PHOBOS_STABLE_DIR_GENERATED=$(GENERATED)/phobos-release
5656# Makefile dependencies and rules
5757PHOBOS_FILES := $(shell find $(PHOBOS_DIR ) -name '* .d' -o -name '* .mak' -o -name '* .ddoc')
5858PHOBOS_FILES_GENERATED := $(subst $(PHOBOS_DIR ) , $(PHOBOS_DIR_GENERATED ) , $(PHOBOS_FILES ) )
59+ $(shell [ ! -d $(PHOBOS_DIR) ] && git clone --depth=1 ${GIT_HOME}/phobos $(PHOBOS_DIR))
60+ $(shell [ ! -d $(PHOBOS_STABLE_DIR) ] && git clone -b v${LATEST} --depth=1 ${GIT_HOME}/phobos $(PHOBOS_STABLE_DIR))
5961PHOBOS_STABLE_FILES := $(shell find $(PHOBOS_STABLE_DIR ) -name '* .d' -o -name '* .mak' -o -name '* .ddoc')
6062PHOBOS_STABLE_FILES_GENERATED := $(subst $(PHOBOS_STABLE_DIR ) , $(PHOBOS_STABLE_DIR_GENERATED ) , $(PHOBOS_STABLE_FILES ) )
6163# ###############################################################################
You can’t perform that action at this time.
0 commit comments