summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-10 15:26:03 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-10 15:26:03 +0100
commit7071ae372cbacb0cbd81b563611581434de56334 (patch)
treedb8fe4e2abd963484327e53c1b627de32d73d50b /GNUmakefile
parentd6e8907cc4d0043504caed69ef8e8d6129f5d51e (diff)
gnumake2: first try at local build dirs
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index badca26e9b03..1023f2bb086c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,6 +25,10 @@
#
#*************************************************************************
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
+
GBUILDDIR := $(SOLARENV)/gbuild
include $(dir $(lastword $(MAKEFILE_LIST)))/SourcePath.mk
include $(GBUILDDIR)/gbuild.mk