[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Mon Apr 12 21:46:50 MDT 2010


The branch, master has been updated
       via  8a2169d... build: cope with spaces in options passed to ./configure
      from  a7d762b... build: allow cross-builds to use shared libraries

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


- Log -----------------------------------------------------------------
commit 8a2169d6749498c7929e7533f6b3c9d965b0aa3b
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue Apr 13 13:44:28 2010 +1000

    build: cope with spaces in options passed to ./configure

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

Summary of changes:
 buildtools/scripts/configure.waf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/scripts/configure.waf b/buildtools/scripts/configure.waf
index 79a7a35..342f4c2 100755
--- a/buildtools/scripts/configure.waf
+++ b/buildtools/scripts/configure.waf
@@ -10,5 +10,5 @@ JOBS=1
 export JOBS
 
 cd BUILDPATH
-$WAF configure $*
+$WAF configure "$@"
 cd $PREVPATH


-- 
Samba Shared Repository


More information about the samba-cvs mailing list