Codebase list erlang-asciideck / 4901e4d
Use mklink on Windows for the groff tests This fixes errors due to long paths I get in BuildKite. Loïc Hoguin 5 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4343 $(verbose) rm -rf $$@
4444 $(verbose) git clone -q --depth 1 -- $(call dep_repo,$1) $$@
4545 $(verbose) mkdir $$@/deps
46 ifeq ($(PLATFORM),msys2)
47 $(verbose) cmd //c mklink $(call core_native_path,$(ERLANG_MK_TMP)/groff/$1/deps/asciideck) \
48 $(call core_native_path,$(CURDIR))
49 else
4650 $(verbose) ln -s $(CURDIR) $$@/deps/asciideck
51 endif
4752 $(verbose) touch $$@/deps/ci.erlang.mk
4853 $(verbose) cp $(CURDIR)/erlang.mk $$@/
4954