--- parser3/Attic/buildall-without-xml 2007/06/05 17:47:56 1.7 +++ 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.7 2007/06/05 17:47:56 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" @@ -28,11 +28,15 @@ if test ! -f "$project_directory/gc/lib/ cd $libgc echo "Configuring libgc..." CPPFLAGS="-DUSE_LIBC_PRIVATES -DUSE_MMAP -DUSE_MUNMAP" \ - ./configure --prefix=$project_directory/gc --disable-threads --disable-shared --silent + ./configure --prefix=$project_directory/gc \ + --disable-threads \ + --disable-shared \ + --silent echo "Building libgc..." make make install -# rm -rf $libgc + cd .. + rm -rf $libgc fi @@ -49,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