m4-patches
[Top][All Lists]
Advanced

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

FYI: only run testsuite --clean if testsuite exists [m4--devo--1.0--patc


From: Gary V. Vaughan
Subject: FYI: only run testsuite --clean if testsuite exists [m4--devo--1.0--patch-12]
Date: Fri, 11 Mar 2005 11:46:30 +0000 (GMT)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/m4--devo--1.0--patch-11 to compare with
  * comparing to address@hidden/m4--devo--1.0--patch-11
  M  ChangeLog
  M  tests/Makefile.am
  
  * modified files
  
  Index: Changelog
  from  Per Bothner  <address@hidden>  (tiny change)
  
        * tests/Makefile (clean-local): Only run the testsuite cleanup
        if the testsuite has been generated.
  
  --- orig/tests/Makefile.am
  +++ mod/tests/Makefile.am
  @@ -57,7 +57,8 @@
        $(SHELL) $(srcdir)/$(TESTSUITE)
   
   clean-local:
  -     $(srcdir)/testsuite --clean
  +     test -f $(srcdir)/$(TESTSUITE) && \
  +       $(srcdir)/$(TESTSUITE) --clean
   
   # Using variables so that this snippet is not too wide and can
   # be used as is in Texinfo @example/@end example.
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCMYUVFRMICSmD1gYRAhjtAJ9UBpblHfJ4gr0LSz7cl8zIykye6ACgxFJy
gDh7IYXUqQhOSGpccse8W1I=
=iTgZ
-----END PGP SIGNATURE-----




reply via email to

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