[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Fri Jan 14 01:11:01 MST 2011


The branch, master has been updated
       via  8e02335 waf: this script does need bash
      from  46a3588 waf: use PYTHONARCHDIR for installing python shared libs

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


- Log -----------------------------------------------------------------
commit 8e0233576ea1456f53cc29f3945b50baa21297ad
Author: Andrew Tridgell <tridge at samba.org>
Date:   Fri Jan 14 18:18:25 2011 +1100

    waf: this script does need bash
    
    this is a developer test script. It is not meant to be portable.
    
    Autobuild-User: Andrew Tridgell <tridge at samba.org>
    Autobuild-Date: Fri Jan 14 09:10:20 CET 2011 on sn-devel-104

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

Summary of changes:
 buildtools/testwaf.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh
index d08ea83..8b65af2 100755
--- a/buildtools/testwaf.sh
+++ b/buildtools/testwaf.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 set -e
 set -x
@@ -21,7 +21,6 @@ for d in $tests; do
     pushd $d
     rm -rf bin
     type waf
-    ./autogen-waf.sh
     waf dist
     ./configure -C --enable-developer --prefix=$PREFIX
     time make


-- 
Samba Shared Repository


More information about the samba-cvs mailing list