* HACKING: Correct typo in find command.

From-SVN: r132736
This commit is contained in:
David Daney 2008-02-28 06:52:59 +00:00 committed by David Daney
parent f34980bfb3
commit 792046b6b1
2 changed files with 5 additions and 1 deletions

View 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

View 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