Kaydet (Commit) 28275d47 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Don't overwrite OUTDIR & friends.

üst 15f74705
...@@ -35,15 +35,6 @@ ifeq ($(strip $(SOLARENV)),) ...@@ -35,15 +35,6 @@ ifeq ($(strip $(SOLARENV)),)
$(error SOLARENV variable is empty, no environment set, aborting) $(error SOLARENV variable is empty, no environment set, aborting)
endif 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))) REPODIR := $(patsubst %/,%,$(dir $(SRCDIR)))
# vim: set noet sw=4: # vim: set noet sw=4:
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