This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]