automake-patches
[Top][All Lists]
Advanced

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

FYI: distdir.am vs. maintainer-check


From: Alexandre Duret-Lutz
Subject: FYI: distdir.am vs. maintainer-check
Date: Wed, 02 Jul 2003 22:52:53 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

I'm checking this in.  It was detected by maintainer-check.

2003-07-02  Alexandre Duret-Lutz  <address@hidden>

        * lib/am/distdir.am (distcheck): Protect loop of DIST_ARCHIVES
        from empty DIST_ARCHIVES.

Index: lib/am/distdir.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/distdir.am,v
retrieving revision 1.48
diff -u -r1.48 distdir.am
--- lib/am/distdir.am   27 Jun 2003 00:03:59 -0000      1.48
+++ lib/am/distdir.am   2 Jul 2003 20:51:16 -0000
@@ -350,7 +350,7 @@
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
        $(am__remove_distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
-         for i in $(DIST_ARCHIVES); do echo $$i; done) | \
+         list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
          sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}'
 
 ## Define distuninstallcheck_listfiles and distuninstallcheck separately

-- 
Alexandre Duret-Lutz





reply via email to

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