Mercurial > hg > octave-nkf > gnulib-hg
diff gnulib-tool @ 8432:2c533460124b
Request a "make distclean" after successful "make check", to save disk space.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 12 Mar 2007 00:48:31 +0000 |
parents | d5e85ac6458c |
children | ba5ed28cb276 |
line wrap: on
line diff
--- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2007-03-11 22:16:19 $' +cvsdatestamp='$Date: 2007-03-12 00:48:31 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -2821,7 +2821,7 @@ echo " : autobuild revision... cvs-\$CVSDATE-000000" echo " : autobuild timestamp... \`date \"+%Y%m%d-%H%M%S\"\`" echo " : autobuild hostname... \`hostname\`" - echo " cd \$module && ./configure \$CONFIGURE_OPTIONS && make && make check" + echo " cd \$module && ./configure \$CONFIGURE_OPTIONS && make && make check && make distclean" echo " echo rc=\$?" echo " ) 2>&1 | { if test -n \"\$AUTOBUILD_SUBST\"; then sed -e \"\$AUTOBUILD_SUBST\"; else cat; fi; } > logs/\$safemodule" echo "done"