mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
waf: this script does need bash
this is a developer test script. It is not meant to be portable. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jan 14 09:10:20 CET 2011 on sn-devel-104
This commit is contained in:
parent
46a3588d3f
commit
8e0233576e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user