summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-06 12:47:44 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-06 12:47:44 +0200
commit359f9f3e0a3bcb15ff1e7fed4f872946b82ead05 (patch)
treeca10eee0e6c86acb15124aa33481b46809a2407e /GNUmakefile
parent4d06c1bfc6ae30886dbcf699add3fb74ac5f0b3d (diff)
CWS gnumake2: more multi-repo work
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6582948e8c91..1611e4eeef6a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,14 +25,10 @@
#
#*************************************************************************
-ifeq ($(strip $(SOLARENV)),)
-$(error No environment set)
-endif
-
-GBUILDDIR := $(SOLARENV)/gbuild
+include $(dir $(firstword $MAKEFILE_LIST))/SourcePaths.mk
include $(GBUILDDIR)/gbuild.mk
-$(eval $(call gb_Module_make_global_targets,Module_ooo.mk))
+$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_ooo.mk))
include $(foreach repo,$(filter-out $(SRCDIR),$(gb_REPOS)),$(repo)/$(notdir $(firstword $(MAKEFILE_LIST))))