libtool-patches
[Top][All Lists]
Advanced

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

FYI: 357-gary-modernize-Makefile-maint.patch


From: Gary V. Vaughan
Subject: FYI: 357-gary-modernize-Makefile-maint.patch
Date: Thu, 6 Mar 2008 22:27:53 -0500 (EST)
User-agent: mailnotify/0.9

Applied to HEAD as obvious.  I had to apply this to run cvs-dist
successfully, but forgot to commit prior to the release.

  Index: ChangeLog
  from  Gary V. Vaughan  <address@hidden>
  
        * Makefile.maint (TSDEPS_DIST): Removed.  No longer used.
        (TSDEPS): libtool.m4 has long since moved to libltdl.
        (cvs-dist): Don't put the suffix dot in twice.
  
  Index: Makefile.maint
  ===================================================================
  RCS file: /sources/libtool/libtool/Makefile.maint,v
  retrieving revision 1.16
  diff -u -u -r1.16 Makefile.maint
  --- Makefile.maint 14 Jan 2008 22:01:26 -0000 1.16
  +++ Makefile.maint 7 Mar 2008 03:26:07 -0000
  @@ -93,16 +93,14 @@
        if test -f $$ofile; then :; \
        else echo "Cannot make deltas without $$ofile"; exit 1; fi
   
  -# TSDEPS will be defined to TSDEPS_DIST at `make dist' time
  -TSDEPS =
  -TSDEPS_DIST = ChangeLog m4/libtool.m4
  +TSDEPS = ChangeLog libltdl/m4/libtool.m4
   CVS = cvs # set it to `:' to avoid CVS operations
   
   .PHONY: timestamps update-timestamps
   timestamps: update-timestamps
   update-timestamps:
        @if (cd $(srcdir) && test -d CVS && \
  -         $(CVS) -n update $(TSDEPS_DIST) | grep '^M'); then \
  +         $(CVS) -n update $(TSDEPS) | grep '^M'); then \
                echo "Cannot make cvs-dist before commit"; exit 1; else :; fi
   
   
  @@ -173,7 +171,7 @@
        cd $(srcdir) \
          && $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'`
   ## Generate signatures and directives for FSF ftp-upload:
  -     for suffix in .gz .bz2; do \
  +     for suffix in gz bz2; do \
          ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \
          $(GPG) --detach-sign $$ofile \
          && echo "directory: libtool" > $$ofile.directive \
-- 
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ 
_________________________________________________________
This patch notification generated by vcsapply version 1.0
http://savannah.gnu.org/projects/cvs-utils

Attachment: pgpILOK3t3zVz.pgp
Description: PGP signature


reply via email to

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