bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/26694] find gets a bad option


From: dougmencken at gmail dot com
Subject: [Bug classpath/26694] find gets a bad option
Date: Fri, 4 Mar 2011 20:15:47 +0000

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26694

--- Comment #6 from Douglas Mencken <dougmencken at gmail dot com> 2011-03-04 
20:15:07 UTC ---
With the following patch commands:
http://ftp.osuosl.org/pub/manulix/scripts/build-scripts/PATCHCMDS/patchcmds-gcc
GCC v 4.6.0 builds fine (snapshot 20110226).

For those of you, who hates to follow links, the related part:

# '-follow' may be not supported by 'find' producing an error: "find:
unrecognized: -follow";
# the following is aimed to fix that issue
sed -i 's/-follow //g' ./libjava/classpath/lib/gen-classlist.sh.in
sed -i 's/-follow //g' ./libjava/contrib/rebuild-gcj-db.in
sed -i 's/-follow //g' ./libjava/classpath/tools/Makefile.in
sed -i 's/-follow //g' ./libjava/classpath/tools/Makefile.am

Really, '-follow' is not needed at all.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]