public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/29527]  New: make clean in libiberty/testsuite does nothing under cygwin
@ 2006-10-20 20:11 phil dot lello at homecall dot co dot uk
  0 siblings, 0 replies; only message in thread
From: phil dot lello at homecall dot co dot uk @ 2006-10-20 20:11 UTC (permalink / raw)
  To: gcc-bugs

The current rule for make clean on libiberty/testsuite doesn't append EXEEXT,
so make clean doesn't perform as expected under cygwin.

The following patch resolves this; please test/commit

Phil Lello

Index: libiberty/testsuite/Makefile.in
===================================================================
--- libiberty/testsuite/Makefile.in     (revision 117909)
+++ libiberty/testsuite/Makefile.in     (working copy)
@@ -77,9 +77,9 @@

 # The standard clean rules.
 mostlyclean:
-       rm -f test-demangle
-       rm -f test-pexecute
-       rm -f test-expandargv
+       rm -f test-demangle@EXEEXT@
+       rm -f test-pexecute@EXEEXT@
+       rm -f test-expandargv@EXEEXT@
 clean: mostlyclean
 distclean: clean
        rm -f Makefile


-- 
           Summary: make clean in libiberty/testsuite does nothing under
                    cygwin
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: phil dot lello at homecall dot co dot uk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29527


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-20 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-20 20:11 [Bug testsuite/29527] New: make clean in libiberty/testsuite does nothing under cygwin phil dot lello at homecall dot co dot uk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).