summaryrefslogtreecommitdiff
path: root/Makefile.post
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-10 12:12:40 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-12 20:21:28 +0200
commit803b1840c860be843e370108febb2222f7b89e71 (patch)
treed2e60242f173192ba01887deaf5b1ddc293e0757 /Makefile.post
parent5a248896bee2a20685ec32f85b3992a1b747355d (diff)
include environment also here
Diffstat (limited to 'Makefile.post')
-rw-r--r--Makefile.post6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.post b/Makefile.post
index bfa8b34dfca5..76ea25b84ecd 100644
--- a/Makefile.post
+++ b/Makefile.post
@@ -1,7 +1,11 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-gb_SourceEnvAndRecurse_STAGE=gbuild
+ifeq ($(strip $(SOLARENV)),)
+include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
+endif
+
include $(SOLARENV)/gbuild/gbuild.mk
+
$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))
# vim: set noet sw=4 ts=4: