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)),)
$(error WORKDIR variable is empty, no environment set, aborting)
endif
# Override for SetupLocal
ifneq ($(and $(gb_LOCALBUILDDIR),$(wildcard $(gb_LOCALBUILDDIR)/SetupLocal.mk)),)
include $(gb_LOCALBUILDDIR)/SetupLocal.mk
endif
SRCDIR := $(SOLARSRC)
endif
# HACK
# 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