Kaydet (Commit) 1bee4434 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

SetupLocal is gone, also fix unbalanced endif

üst c1880048
...@@ -35,13 +35,7 @@ ifeq ($(strip $(WORKDIR)),) ...@@ -35,13 +35,7 @@ ifeq ($(strip $(WORKDIR)),)
$(error WORKDIR variable is empty, no environment set, aborting) $(error WORKDIR variable is empty, no environment set, aborting)
endif endif
# Override for SetupLocal
ifneq ($(and $(gb_LOCALBUILDDIR),$(wildcard $(gb_LOCALBUILDDIR)/SetupLocal.mk)),)
include $(gb_LOCALBUILDDIR)/SetupLocal.mk
endif
SRCDIR := $(SOLARSRC) SRCDIR := $(SOLARSRC)
endif
# HACK # HACK
# unixify windoze paths # unixify windoze paths
......
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