[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Aug 17 09:35:12 MDT 2010


The branch, master has been updated
       via  7eebceb... Revert "waf: enable gccdeps in developer mode"
      from  6566079... s4:selftest: recreate $SELFTEST_PREFIX/s4client with each make test run

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7eebcebbab8f62935bd1d5460e58b0a8f2cc30e8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Aug 17 17:13:15 2010 +0200

    Revert "waf: enable gccdeps in developer mode"
    
    This reverts commit 61930f50cbace4741500d8b53fc11a4ef3e0d4f8.
    
    This breaks the build with older gcc versions
    gcc --version
    gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
    (This is SLES 11)
    
    Please only enable it if thet compiler supports it.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 buildtools/wafsamba/wscript |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index bf301d2..bad65ca 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -160,9 +160,8 @@ def configure(conf):
     # we need git for 'waf dist'
     conf.find_program('git', var='GIT')
 
-    if Options.options.enable_gccdeps or Options.options.developer:
-        # don't enable gccdeps by default for non-developer builds
-        # as it needs a very recent version gcc
+    if Options.options.enable_gccdeps:
+        # don't enable gccdeps by default as it needs a very recent version gcc
         conf.check_tool('gccdeps', tooldir=conf.srcdir + "/buildtools/wafsamba")
 
     # make the install paths available in environment


-- 
Samba Shared Repository


More information about the samba-cvs mailing list