Skip to content

Commit

Permalink
Fix Issue 17649 - CONTRIBUTING.md instructions failed (no ../druntime…
Browse files Browse the repository at this point in the history
… dir)
  • Loading branch information
wilzbach committed Sep 10, 2017
1 parent fb878c4 commit a557383
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ DMD_STABLE=$(DMD_STABLE_DIR)/generated/$(OS)/release/$(MODEL)/dmd
DRUNTIME_STABLE_DIR=${DRUNTIME_DIR}-${LATEST}
PHOBOS_STABLE_DIR=${PHOBOS_DIR}-${LATEST}

# Auto-cloning missing directories
$(shell [ ! -d $(DMD_DIR) ] && git clone --depth=1 ${GIT_HOME}/dmd $(DMD_DIR))
$(shell [ ! -d $(DRUNTIME_DIR) ] && git clone --depth=1 ${GIT_HOME}/druntime $(DRUNTIME_DIR))

################################################################################
# Automatically generated directories
GENERATED=.generated
Expand Down

0 comments on commit a557383

Please sign in to comment.