libtool-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 [libtool--devo--1.0-


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

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

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-64 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-64
  M  tests/Makefile.am
  M  ChangeLog
  
  * 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
  @@ -60,7 +60,8 @@
   
   # We need to remove any file droppings left behind by testsuite
   clean-local: clean-local-legacy
  -     $(SHELL) $(srcdir)/$(TESTSUITE) --clean
  +     test -f $(srcdir)/$(TESTSUITE) && \
  +       $(SHELL) $(srcdir)/$(TESTSUITE) --clean
   
   DISTCLEANFILES = atconfig
   
  
  
  
- -- 
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)

iD8DBQFCMYOmFRMICSmD1gYRAq56AKC4iU3C+w7/e8C67RbAxmSxrFh+hACfQ93t
r56RFpOMNGTNOouOwiioBYk=
=C2U2
-----END PGP SIGNATURE-----




reply via email to

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