mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-15 07:39:35 +08:00
* HACKING: Correct typo in find command.
From-SVN: r132736
This commit is contained in:
parent
f34980bfb3
commit
792046b6b1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user