Add 'none' target to scons

'scons none' will not build anythinf but runs the configuration checks to
determine if the system and libraries are sane to build Lumiera, this will
be used in builddrone later.
This commit is contained in:
Christian Thaeter 2012-08-25 13:23:41 +02:00
parent 39386cb31f
commit 66cd1f1835

View file

@ -77,6 +77,7 @@ env.Default('build')
env.Alias ('all', build + testsuite + doxydoc)
env.Alias ('doc', doxydoc)
env.Alias ('none')
env.Alias('install', gui)
env.Alias('install', '$DESTDIR')