This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update src.zip rule post-Big Merge


Thomas Fitzsimmons wrote:
The rule for building src.zip was not updated when the Big Merge
happened.  As a result only source files that libgcj overrides were
being added to src.zip.  This patch updates the search paths and makes
libgcj classes override their GNU Classpath counterparts.

OK for HEAD and 4.1 branch?
Tom

2006-02-03 Thomas Fitzsimmons <fitzsim@redhat.com>

* Makefile.am (src.zip): Update src.zip file search to look in
classpath directory.
* Makefile.in: Regenerate.

OK, although...


+## Override GNU Classpath sources with libgcj replacements.
+    here=`pwd`; \
+    ( \
+      ( cd $(srcdir); \
+      find gcj gnu java -name '*.java' -print | \
+      while read file; do \

"gcj" isn't a package name here, it could be removed.

Thanks

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]