]> gcc.gnu.org Git - gcc.git/commitdiff
* HACKING: Correct typo in find command.
authorDavid Daney <ddaney@avtrex.com>
Thu, 28 Feb 2008 06:52:59 +0000 (06:52 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Thu, 28 Feb 2008 06:52:59 +0000 (06:52 +0000)
From-SVN: r132736

libjava/ChangeLog
libjava/HACKING

index 788ccff46632e3f71206c7f822317ceedcc8ba19..dbad79f083d24b86493ddba10266d0aa5a213095 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-27  David Daney  <ddaney@avtrex.com>
+
+       * HACKING: Correct typo in find command.
+
 2008-02-27  David Daney  <ddaney@avtrex.com>
 
        * gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
index 560b0f7b8eb12555dcfdd81ab76a6ed85da83375..75bc63b35e7fcf84af4a991b9c4a94232d17f765 100644 (file)
@@ -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
This page took 0.058443 seconds and 5 git commands to generate.