diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-12-20 04:39:36 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-01-10 21:35:25 -0600 |
commit | e02b1873814db306dd5075e3eb161e3a2b6faa4d (patch) | |
tree | 142a734bec0be13c0bc7cb9b545fc7b7c0ed332d /GNUmakefile.mk | |
parent | e1958844a47c351d0a8c7e8db06072c9a5527d63 (diff) |
first try at local build dirs
Diffstat (limited to 'GNUmakefile.mk')
-rw-r--r-- | GNUmakefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile.mk b/GNUmakefile.mk index d8bdd13db0f0..fd53e09e2dda 100644 --- a/GNUmakefile.mk +++ b/GNUmakefile.mk @@ -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 |