--- parser3/Attic/buildall-without-xml 2007/08/07 16:56:20 1.8 +++ parser3/Attic/buildall-without-xml 2007/08/27 09:46:25 1.11 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-without-xml,v 1.8 2007/08/07 16:56:20 misha Exp $ +# $Id: buildall-without-xml,v 1.11 2007/08/27 09:46:25 misha Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -35,7 +35,8 @@ if test ! -f "$project_directory/gc/lib/ echo "Building libgc..." make make install -# rm -rf $libgc + cd .. + rm -rf $libgc fi @@ -52,6 +53,10 @@ if test ! -f "Makefile"; then fi echo "Building parser3..." make install + +# remove debug info +# strip ${install_directory}/bin/parser3 + echo "DONE" echo