From: Matthias Klose Date: Tue, 5 Aug 2008 15:46:22 +0000 (+0000) Subject: HACKING: Update instructions how to build gcj/javaprims.h. X-Git-Tag: releases/gcc-4.4.0~3332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdaf871beb36eccc5e2d92a99ddea84060de5304;p=thirdparty%2Fgcc.git HACKING: Update instructions how to build gcj/javaprims.h. 2008-08-05 Matthias Klose * HACKING: Update instructions how to build gcj/javaprims.h. From-SVN: r138732 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 85863314829c..f9b879330ef8 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2008-08-05 Matthias Klose + + * HACKING: Update instructions how to build gcj/javaprims.h. + 2008-08-04 Tom Tromey PR libgcj/31890: diff --git a/libjava/HACKING b/libjava/HACKING index 03563b2afa29..e6a0f4c48f5c 100644 --- a/libjava/HACKING +++ b/libjava/HACKING @@ -184,6 +184,6 @@ If you add a class to java.lang, java.io, or java.util entire contents of the namespace) * Then insert the output of `perl scripts/classes.pl' into the file - at that point. This must be run from the build tree, in - /classpath/lib; it uses the .class file name to determine + at that point. This must be run from the source tree, in + libjava/classpath/lib; it uses the .class file name to determine what to print.