diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-24 11:12:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-24 11:12:32 +0200 |
commit | 3688466ab127d7801b4cb752ee6205cc04acb2f7 (patch) | |
tree | 16c5365dec8af1e6ab8d75e0a1ac3b825fdac912 /solenv/gbuild/platform | |
parent | 5e3f7c1db5dd10eca9009a4aea6f489664227724 (diff) |
Revert "gbuild: add a kludge to get dictionaries to build in cygwin:"
This reverts commit 6292b12acfdddd51a816fad3b3ea8073a58eb3c2.
Should no longer be necessary after git submodules migration.
Diffstat (limited to 'solenv/gbuild/platform')
-rw-r--r-- | solenv/gbuild/platform/WNT_INTEL_MSC.mk | 6 | ||||
-rw-r--r-- | solenv/gbuild/platform/com_GCC_defs.mk | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk b/solenv/gbuild/platform/WNT_INTEL_MSC.mk index 617f9c6443c7..1b618aa326b3 100644 --- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk +++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk @@ -249,12 +249,6 @@ define gb_Helper_make_url file:///$(strip $(1)) endef -# for source files in non-core repositories, the cygwin symlink is not -# understood by native tools, so find the real path to the file -define gb_Helper_symlinked_native -$(shell cygpath -m $(realpath $(1))) -endef - # YaccTarget class define gb_YaccTarget__command diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index 24082a00754d..02642ece8e43 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -192,8 +192,6 @@ define gb_Helper_make_url file://$(strip $(1)) endef -gb_Helper_symlinked_native = $(1) - gb_Helper_OUTDIRLIBDIR := $(OUTDIR)/lib gb_Helper_OUTDIR_FOR_BUILDLIBDIR := $(OUTDIR_FOR_BUILD)/lib |