diff mxtool/mx.py @ 4150:c78bace5086a

start work on integrating old hooks into mx, work on sanity checks introduce a DB class to access the bench DB in an easier way (create benchmarks and benchmark values automatically in the DB)
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Tue, 20 Dec 2011 15:34:43 +0100
parents cf4de9cc1268
children f3a50640333b
line wrap: on
line diff
--- a/mxtool/mx.py	Tue Dec 20 10:36:44 2011 +0100
+++ b/mxtool/mx.py	Tue Dec 20 15:34:43 2011 +0100
@@ -335,9 +335,9 @@
                         os.environ[key.strip()] = expandvars_in_property(value.strip())
         
     def _load(self, mxDir, primary):
+        self._load_env(mxDir)
         self._load_includes(mxDir)
         self._load_projects(mxDir)
-        self._load_env(mxDir)
         if primary:
             self._load_commands(mxDir)