libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-177-ge61b373


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-177-ge61b373
Date: Sun, 12 Sep 2010 16:27:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  e61b37353e4de33b24c7cf0ecde097e0e4c32aca (commit)
      from  a62c82a9fa68db09090cd2a1eed796b6e5160b94 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e61b37353e4de33b24c7cf0ecde097e0e4c32aca
Author: Peter Rosin <address@hidden>
Date:   Sun Sep 12 18:23:53 2010 +0200

    Adjust to moved auxiliary files and add compile.
    
    * HACKING (Maintenance Notes): Adjust to moved files.  Add the
    compile script.
    * Makefile.maint (fetch): Also fetch the compile script.
    
    Signed-off-by: Peter Rosin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    7 +++++++
 HACKING        |   11 ++++++-----
 Makefile.maint |    2 ++
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3cea4aa..0d5e54d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-12  Peter Rosin  <address@hidden>
+
+       Adjust to moved auxiliary files and add compile.
+       * HACKING (Maintenance Notes): Adjust to moved files.  Add the
+       compile script.
+       * Makefile.maint (fetch): Also fetch the compile script.
+
 2010-09-12  Ralf Wildenhues  <address@hidden>
 
        tests: avoid empty AT_DATA contents, for zsh.
diff --git a/HACKING b/HACKING
index b462c98..e9184f2 100644
--- a/HACKING
+++ b/HACKING
@@ -28,7 +28,12 @@ and is not part of a release distribution.
   files should never be edited here.  These files are:
        COPYING
        INSTALL
-       config/
+       doc/
+           + fdl.texi
+       libltdl/
+           + COPYING.LIB
+       libltdl/config/
+           + compile
            + config.guess
            + config.sub
            + depcomp
@@ -36,10 +41,6 @@ and is not part of a release distribution.
            + mdate-sh
            + missing
            + texinfo.tex
-       doc/
-           + fdl.texi
-       libltdl/
-           + COPYING.LIB
   The ones that are important for a release can be udated with,
   `make -fMakefile.maint fetch' (or `make -f../Makefile.maint fetch'
   if you are running from a VPATH build directory, where `../' is the
diff --git a/Makefile.maint b/Makefile.maint
index 64abde6..784b155 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -88,6 +88,7 @@ WGET_CGIT = $(WGET) 
'http://git.savannah.gnu.org/cgit/config.git/plain'
 ## FIXME should be a lot more here
 FETCHFILES = \
 ./INSTALL \
+$(auxdir)/compile \
 $(auxdir)/install-sh \
 $(auxdir)/config.guess \
 $(auxdir)/config.sub \
@@ -101,6 +102,7 @@ fetch:
 ## If a get fails then that is a problem.
        (cd Fetchdir && \
        $(WGET_GIT)'gnulib.git;f=doc/INSTALL' -O INSTALL && \
+       $(WGET_GIT)'automake.git;f=lib/compile' -O compile && \
        $(WGET_GIT)'automake.git;f=lib/install-sh' -O install-sh && \
        $(WGET_CGIT)/config.guess -O config.guess && \
        $(WGET_CGIT)/config.sub -O config.sub && \


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]