simple patch ... just add 'set -e' to the top of the files in alsa-lib :) -mike
Attachment:
pgpoKA71i3UCK.pgp
Description: PGP signature
diff -r 8bdd68608788 cvscompile --- a/cvscompile Mon Sep 18 17:57:58 2006 +0200 +++ b/cvscompile Fri Sep 22 16:58:42 2006 -0400 @@ -1,4 +1,6 @@ #!/bin/bash + +set -e touch ltconfig libtoolize --force --copy --automake diff -r 8bdd68608788 hgcompile --- a/hgcompile Mon Sep 18 17:57:58 2006 +0200 +++ b/hgcompile Fri Sep 22 16:59:13 2006 -0400 @@ -1,4 +1,6 @@ #!/bin/bash + +set -e touch ltconfig libtoolize --force --copy --automake
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel