Mercurial > hg > octave-nkf > gnulib-hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
8431:775106840b0b | 8432:2c533460124b |
---|---|
20 # This program is meant for authors or maintainers which want to import | 20 # This program is meant for authors or maintainers which want to import |
21 # modules from gnulib into their packages. | 21 # modules from gnulib into their packages. |
22 | 22 |
23 progname=$0 | 23 progname=$0 |
24 package=gnulib | 24 package=gnulib |
25 cvsdatestamp='$Date: 2007-03-11 22:16:19 $' | 25 cvsdatestamp='$Date: 2007-03-12 00:48:31 $' |
26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` | 26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` |
27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` | 27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` |
28 nl=' | 28 nl=' |
29 ' | 29 ' |
30 | 30 |
2819 echo " set -x" | 2819 echo " set -x" |
2820 echo " : autobuild project... \$module" | 2820 echo " : autobuild project... \$module" |
2821 echo " : autobuild revision... cvs-\$CVSDATE-000000" | 2821 echo " : autobuild revision... cvs-\$CVSDATE-000000" |
2822 echo " : autobuild timestamp... \`date \"+%Y%m%d-%H%M%S\"\`" | 2822 echo " : autobuild timestamp... \`date \"+%Y%m%d-%H%M%S\"\`" |
2823 echo " : autobuild hostname... \`hostname\`" | 2823 echo " : autobuild hostname... \`hostname\`" |
2824 echo " cd \$module && ./configure \$CONFIGURE_OPTIONS && make && make check" | 2824 echo " cd \$module && ./configure \$CONFIGURE_OPTIONS && make && make check && make distclean" |
2825 echo " echo rc=\$?" | 2825 echo " echo rc=\$?" |
2826 echo " ) 2>&1 | { if test -n \"\$AUTOBUILD_SUBST\"; then sed -e \"\$AUTOBUILD_SUBST\"; else cat; fi; } > logs/\$safemodule" | 2826 echo " ) 2>&1 | { if test -n \"\$AUTOBUILD_SUBST\"; then sed -e \"\$AUTOBUILD_SUBST\"; else cat; fi; } > logs/\$safemodule" |
2827 echo "done" | 2827 echo "done" |
2828 ) > "$megatestdir/autobuild" | 2828 ) > "$megatestdir/autobuild" |
2829 chmod a+x "$megatestdir/autobuild" | 2829 chmod a+x "$megatestdir/autobuild" |