classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Tiny examples Makefile.am clean fixlet


From: Mark Wielaard
Subject: [cp-patches] FYI: Tiny examples Makefile.am clean fixlet
Date: Tue, 26 Jul 2005 09:12:20 +0200

Hi,

This makes make clean in examples work even when the compile somehow
failed and the classes directory was still present.

2005-07-26  Mark Wielaard  <address@hidden>

        * examples/Makefile.am (clean-local): Use rm -rf.

Committed,

Mark

--- examples/Makefile.am        25 May 2005 22:26:30 -0000      1.4
+++ examples/Makefile.am        26 Jul 2005 07:11:46 -0000
@@ -87,4 +87,4 @@

 # Zip file be gone! (and make sure the classes are gone too)
 clean-local:
-       rm -f $(EXAMPLE_ZIP) classes
+       rm -rf $(EXAMPLE_ZIP) classes

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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