Kaydet (Commit) a8326b3a authored tarafından Matúš Kukan's avatar Matúš Kukan

hopefully we don't need this hack

üst 5cabaf5a
...@@ -246,20 +246,13 @@ gb_Helper_set_ld_path := PATH="$${PATH}:$(OUTDIR)/bin" ...@@ -246,20 +246,13 @@ gb_Helper_set_ld_path := PATH="$${PATH}:$(OUTDIR)/bin"
# convert parameters filesystem root to native notation # convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to # does some real work only on windows, make sure not to
# break the dummy implementations on unx* # break the dummy implementations on unx*
# This file:/// -> file:!!! -> file:/// substitution is to protect the
# slashes after file: in a file: URL from being unduplicated by the
# // -> / substitution.
define gb_Helper_convert_native define gb_Helper_convert_native
$(strip \ $(strip \
$(subst file:!!!,file:///, \ $(subst $(REPODIR),$(gb_Helper_REPODIR_NATIVE), \
$(subst //,/, \
$(subst file:///,file:!!!, \
$(subst $(REPODIR),$(patsubst %/,%,$(gb_Helper_REPODIR_NATIVE)), \
$(subst $(SRCDIR),$(gb_Helper_SRCDIR_NATIVE), \ $(subst $(SRCDIR),$(gb_Helper_SRCDIR_NATIVE), \
$(subst $(WORKDIR),$(gb_Helper_WORKDIR_NATIVE), \ $(subst $(WORKDIR),$(gb_Helper_WORKDIR_NATIVE), \
$(subst $(OUTDIR),$(gb_Helper_OUTDIR_NATIVE), \ $(subst $(OUTDIR),$(gb_Helper_OUTDIR_NATIVE), \
$(1))))))))) $(1))))))
endef endef
# YaccTarget class # YaccTarget class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment