automake-patches
[Top][All Lists]
Advanced

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

FYI: distcheck cleanup


From: Alexandre Duret-Lutz
Subject: FYI: distcheck cleanup
Date: Fri, 27 Jun 2003 02:03:48 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

I'm installing this.  The no-dist-gzip patch removed that line by error.

2003-06-27  Alexandre Duret-Lutz  <address@hidden>

        * lib/am/distdir.am (distcheck): Run $(am__remove_distdir)
        at the end of distcheck.  This was mistakenly removed on
        2003-06-15.
        * tests/subpkg.test: Make sure distcheck cleans up after itself.

Index: lib/am/distdir.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/distdir.am,v
retrieving revision 1.47
diff -u -r1.47 distdir.am
--- lib/am/distdir.am   15 Jun 2003 17:35:50 -0000      1.47
+++ lib/am/distdir.am   27 Jun 2003 00:00:05 -0000
@@ -348,6 +348,7 @@
 ## Make sure to remove the dists we created in the test build directory.
          && rm -rf $(DIST_ARCHIVES) \
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+       $(am__remove_distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
          for i in $(DIST_ARCHIVES); do echo $$i; done) | \
          sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}'
Index: tests/subpkg.test
===================================================================
RCS file: /cvs/automake/automake/tests/subpkg.test,v
retrieving revision 1.5
diff -u -r1.5 subpkg.test
--- tests/subpkg.test   14 Apr 2003 19:13:15 -0000      1.5
+++ tests/subpkg.test   27 Jun 2003 00:00:05 -0000
@@ -98,4 +98,5 @@
 
 ./configure
 $MAKE distcheck
+test ! -d subpack-1            # make sure distcheck cleans up after itself
 test -f subpack-1.tar.gz

-- 
Alexandre Duret-Lutz





reply via email to

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