[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Mar 21 04:55:03 MDT 2012


The branch, master has been updated
       via  06db3bf waf: Add autoconf --target support.
      from  b114043 s4-upgradedns: Add DNS partitions in msDS-hasMasterNCs in NTDS settings

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


- Log -----------------------------------------------------------------
commit 06db3bfa374026c05dc21bf0454234dbdbedb26b
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Mar 15 17:04:00 2012 +0100

    waf: Add autoconf --target support.
    
    This is needed on some platforms so that you can set it and it is not
    automagically transformed into --targets. The --target option is
    normally set by the RPM %configure macro.
    
    Autobuild-User: Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date: Wed Mar 21 11:54:02 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 094f9cc..49d2107 100755
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -156,6 +156,9 @@ def set_options(opt):
     opt.add_option('--host',
 		   help=SUPPRESS_HELP,
 		   action='store', dest='AUTOCONF_HOST', default='')
+    opt.add_option('--target',
+		   help=SUPPRESS_HELP,
+		   action='store', dest='AUTOCONF_TARGET', default='')
     opt.add_option('--program-prefix',
 		   help=SUPPRESS_HELP,
 		   action='store', dest='AUTOCONF_PROGRAM_PREFIX', default='')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list