Commit 792046b6 by David Daney Committed by David Daney

* HACKING: Correct typo in find command.

From-SVN: r132736
parent f34980bf
2008-02-27 David Daney <ddaney@avtrex.com> 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 * gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
null host. null host.
......
...@@ -105,7 +105,7 @@ To import a new release: ...@@ -105,7 +105,7 @@ To import a new release:
scripts/makemake.tcl > sources.am scripts/makemake.tcl > sources.am
automake automake
- Remove the generated class and header files: - 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' \ find gnu java javax org sun -name '*.h' \
| xargs -r grep -Fl 'DO NOT EDIT THIS FILE - it is machine generated' \ | xargs -r grep -Fl 'DO NOT EDIT THIS FILE - it is machine generated' \
| xargs -r rm -f | xargs -r rm -f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment