diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-30 16:20:11 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-30 17:22:18 +0100 |
commit | 28275d470f3a062cfa27d72bbf89328af1e83c68 (patch) | |
tree | 4ad4b5fd6e0d38f47c18b1f1c3534c8c875ae6cc /solenv | |
parent | 15f7470531cbb184e23b5eeec312e75d8bb1d3a8 (diff) |
Don't overwrite OUTDIR & friends.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/BuildDirs.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/solenv/gbuild/BuildDirs.mk b/solenv/gbuild/BuildDirs.mk index 6a0933b33c2e..828546f3009a 100644 --- a/solenv/gbuild/BuildDirs.mk +++ b/solenv/gbuild/BuildDirs.mk @@ -35,15 +35,6 @@ ifeq ($(strip $(SOLARENV)),) $(error SOLARENV variable is empty, no environment set, aborting) endif -# HACK -# unixify windoze paths -ifeq ($(OS_FOR_BUILD),WNT) -override WORKDIR := $(shell cygpath -u $(WORKDIR)) -override OUTDIR := $(shell cygpath -u $(OUTDIR)) -override OUTDIR_FOR_BUILD := $(shell cygpath -u $(OUTDIR_FOR_BUILD)) -override SRCDIR := $(shell cygpath -u $(SRCDIR)) -endif - REPODIR := $(patsubst %/,%,$(dir $(SRCDIR))) # vim: set noet sw=4: |