summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/extensions
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-01 12:19:09 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-02 22:07:53 +0100
commitbc5069ac40a19fc0f421403c9f8ae7e645b34cbb (patch)
tree630f91fad103ece03f8d9e15f6e074dbe8c70a09 /solenv/gbuild/extensions
parentgbuild: SOLARBINDIR does not exist any more (diff)
downloadcore-bc5069ac40a19fc0f421403c9f8ae7e645b34cbb.tar.gz
core-bc5069ac40a19fc0f421403c9f8ae7e645b34cbb.zip
remove SOLARENV variable
It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
Diffstat (limited to 'solenv/gbuild/extensions')
-rw-r--r--solenv/gbuild/extensions/pre_SharedLangList.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/extensions/pre_SharedLangList.mk b/solenv/gbuild/extensions/pre_SharedLangList.mk
index e42c697df784..16ab3fc1c600 100644
--- a/solenv/gbuild/extensions/pre_SharedLangList.mk
+++ b/solenv/gbuild/extensions/pre_SharedLangList.mk
@@ -17,7 +17,7 @@
#
# share language list with dmake build system
-include $(SOLARENV)/inc/langlist.mk
+include $(SRCDIR)/solenv/inc/langlist.mk
ifneq ($(WITH_LANG),ALL)
gb_WITH_LANG=$(WITH_LANG)