This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] FYI: Fix typo in HACKING.
- From: David Daney <ddaney at avtrex dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Wed, 27 Feb 2008 22:55:10 -0800
- Subject: [PATCH] FYI: Fix typo in HACKING.
Committed as obvious.
2008-02-27 David Daney <ddaney@avtrex.com>
* HACKING: Correct typo in find command.
Index: HACKING
===================================================================
--- HACKING (revision 132735)
+++ HACKING (working copy)
@@ -105,7 +105,7 @@ To import a new release:
scripts/makemake.tcl > sources.am
automake
- Remove the generated class and header files:
- find classpath -name '*.class' xargs -r rm -f
+ find classpath -name '*.class' | xargs -r rm -f
find gnu java javax org sun -name '*.h' \
| xargs -r grep -Fl 'DO NOT EDIT THIS FILE - it is machine generated' \
| xargs -r rm -f