From: Ralf Wildenhues Date: Fri, 11 Mar 2005 13:31:44 +0000 (+0000) Subject: * tests/Makefile (clean-local): Ignore testsuite cleanup X-Git-Tag: release-2-1b~729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb2c6a5d405824bb1adc1a33ddfc2a182788b11;p=thirdparty%2Flibtool.git * tests/Makefile (clean-local): Ignore testsuite cleanup failures. --- diff --git a/ChangeLog b/ChangeLog index 9e08d8d20..89916fcc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-11 Ralf Wildenhues (tiny change) + + * tests/Makefile (clean-local): Ignore testsuite cleanup + failures. + 2005-03-11 Per Bothner (tiny change) * tests/Makefile (clean-local): Only run the testsuite cleanup diff --git a/tests/Makefile.am b/tests/Makefile.am index e8978ddbd..681629680 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in ## -## Copyright (C) 2003, 2004 Free Software Foundation +## Copyright (C) 2003, 2004, 2005 Free Software Foundation ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -60,7 +60,7 @@ installcheck-local: # We need to remove any file droppings left behind by testsuite clean-local: clean-local-legacy - test -f $(srcdir)/$(TESTSUITE) && \ + -test -f $(srcdir)/$(TESTSUITE) && \ $(SHELL) $(srcdir)/$(TESTSUITE) --clean DISTCLEANFILES = atconfig