X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=a190dcc227959508a88795e743fbeeaf43e35759;hb=2ceea350c518b598d9a1b055912088d9c65c8b28;hp=bc2e7a38943dfd35e08b4969015f9b2dc674781c;hpb=2bb6d62e727b420b3554a77641b550da40d81a9e;p=senf.git diff --git a/SConstruct b/SConstruct index bc2e7a3..a190dcc 100644 --- a/SConstruct +++ b/SConstruct @@ -141,7 +141,7 @@ env.Append( LOCAL_CONFIG_FILES = [ 'Doxyfile.local', 'SConfig', 'local_config.hh' ], CONFIG_FILES_OPTS = configFilesOpts, CLEAN_PATTERNS = [ '*~', '#*#', '*.pyc', 'semantic.cache', '.sconsign', '.sconsign.dblite' ], - BUILDPACKAGE_COMMAND = "dpkg-buildpackage -us -uc -rfakeroot -I.svn $CONFIG_FILES_OPTS", + BUILDPACKAGE_COMMAND = "dpkg-buildpackage -us -uc -rfakeroot -I.svn -I_templates $CONFIG_FILES_OPTS", TOP_INCLUDES = [ 'Packets', 'PPI', 'Scheduler', 'Socket', 'Utils', 'config.hh', 'local_config.hh' ], ) @@ -153,7 +153,8 @@ env.SetDefault( Export('env') # Create Doxyfile.local otherwise doxygen will barf on this non-existent file -if not env.GetOption('clean') and not os.path.exists("Doxyfile.local"): +# Create it even when cleaning, to silence the doxygen builder warnings +if not os.path.exists("Doxyfile.local"): Execute(Touch("Doxyfile.local")) # Create local_config.h