2007-04-12 Simon Josefsson <simon@josefsson.org>
authorSimon Josefsson <simon@josefsson.org>
Thu, 12 Apr 2007 13:01:59 +0000 (13:01 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 12 Apr 2007 13:01:59 +0000 (13:01 +0000)
* gnulib-tool: Rename generated 'autobuild' script to
'do-autobuild' in --create-megatestdir output.

* doc/gnulib.texi (Build robot for gnulib): Fix.

ChangeLog
doc/gnulib.texi
gnulib-tool

index d982b090a6e4cc8f56ad9bd96a85e56b0151b524..e14f7d91f5d02414c7f6ac21e8643be9c8cd6e1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-12  Simon Josefsson  <simon@josefsson.org>
+
+       * gnulib-tool: Rename generated 'autobuild' script to
+       'do-autobuild' in --create-megatestdir output.
+
+       * doc/gnulib.texi (Build robot for gnulib): Fix.
+
 2007-04-12  Simon Josefsson  <simon@josefsson.org>
 
        * modules/sysexits (Depends-on): Add absolute-header.
index 294dc736b47d76d76dd9c8a9e79457f3957c7092..f246ea7d7c7342bf44bfc982cc52ea5a1132fde4 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@comment $Id: gnulib.texi,v 1.36 2007-04-03 22:45:13 haible Exp $
+@comment $Id: gnulib.texi,v 1.37 2007-04-12 13:01:59 jas Exp $
 @comment %**start of header
 @setfilename gnulib.info
 @settitle GNU Gnulib
@@ -7,7 +7,7 @@
 @syncodeindex pg cp
 @comment %**end of header
 
-@set UPDATED $Date: 2007-04-03 22:45:13 $
+@set UPDATED $Date: 2007-04-12 13:01:59 $
 
 @copying
 This manual is for GNU Gnulib (updated @value{UPDATED}),
@@ -394,8 +394,8 @@ And then transferring the @file{dummy-0.tar.gz} file.
 
 @item Build modules
 
-On the build machine, run ./autobuild (or "nohup ./autobuild").  It
-creates a directory 'logs/' with a log file for each module.
+On the build machine, run ./do-autobuild (or "nohup ./do-autobuild").
+It creates a directory 'logs/' with a log file for each module.
 
 @item Submit build logs
 
index 51cd7cec510631554e85b129ce9a9538a9089b0e..8c12e0643502ab96fd13f7116cb123222bb1cfa0 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2007-04-12 11:56:38 $'
+cvsdatestamp='$Date: 2007-04-12 13:02:00 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -2911,8 +2911,8 @@ func_create_megatestdir ()
    echo "   echo rc=\$?"
    echo "  ) 2>&1 | { if test -n \"\$AUTOBUILD_SUBST\"; then sed -e \"\$AUTOBUILD_SUBST\"; else cat; fi; } > logs/\$safemodule"
    echo "done"
-  ) > "$megatestdir/autobuild"
-  chmod a+x "$megatestdir/autobuild"
+  ) > "$megatestdir/do-autobuild"
+  chmod a+x "$megatestdir/do-autobuild"
 
   # Create Makefile.am.
   (echo "## Process this file with automake to produce Makefile.in."
@@ -2921,7 +2921,7 @@ func_create_megatestdir ()
    echo
    echo "SUBDIRS = $megasubdirs"
    echo
-   echo "EXTRA_DIST = autobuild"
+   echo "EXTRA_DIST = do-autobuild"
   ) > "$megatestdir/Makefile.am"
 
   # Create configure.ac.