classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: make distcheck fixlet


From: Mark Wielaard
Subject: [cp-patches] FYI: make distcheck fixlet
Date: Wed, 15 Jun 2005 13:09:27 +0200

Hi,

This fixes the make distcheck failure by removing the new temporary
files created by gen-classlist.sh.

2005-06-15  Mark Wielaard  <address@hidden>

        * lib/gen-classlist.sh.in: Remove vm.omit, vm.add and tmp.omit files
         after use.

Committed,

Mark

diff -u -r1.25 gen-classlist.sh.in
--- lib/gen-classlist.sh.in     14 Jun 2005 23:24:04 -0000      1.25
+++ lib/gen-classlist.sh.in     15 Jun 2005 11:05:17 -0000
@@ -61,6 +61,10 @@
 done
 cat vm.add >> classes.1

+rm vm.omit
+rm vm.add
+rm tmp.omit
+
 new=
 if test -e ${top_builddir}/lib/classes; then
   p=`diff ${top_builddir}/lib/classes ${top_builddir}/lib/classes.1`

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


reply via email to

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