]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
HACKING: Update instructions how to build gcj/javaprims.h.
authorMatthias Klose <doko@ubuntu.com>
Tue, 5 Aug 2008 15:46:22 +0000 (15:46 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 5 Aug 2008 15:46:22 +0000 (15:46 +0000)
2008-08-05  Matthias Klose  <doko@ubuntu.com>

        * HACKING: Update instructions how to build gcj/javaprims.h.

From-SVN: r138732

libjava/ChangeLog
libjava/HACKING

index 85863314829cfdae9c62002ef88b809df5a7a534..f9b879330ef8d762c8c042cd0afe30819b20561c 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-05  Matthias Klose  <doko@ubuntu.com>
+
+       * HACKING: Update instructions how to build gcj/javaprims.h.
+
 2008-08-04  Tom Tromey  <tromey@redhat.com>
 
        PR libgcj/31890:
index 03563b2afa29270e6f7ed94282dda0f72f7a3189..e6a0f4c48f5cda8c272531cfadcd2415938dd7fa 100644 (file)
@@ -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
-  <build>/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.