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 55ff4e349c
commit c30f5add7f

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')