rpms/java-1.4.2-gcj-compat/devel bootstrap-temp.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 7 17:26:43 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/java-1.4.2-gcj-compat/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29295

Modified Files:
	bootstrap-temp.patch 
Log Message:
Bootstrapping take 6 (s390* are working)

bootstrap-temp.patch:
 aot-compile-rpm.in |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

Index: bootstrap-temp.patch
===================================================================
RCS file: /cvs/dist/rpms/java-1.4.2-gcj-compat/devel/bootstrap-temp.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bootstrap-temp.patch	7 Jul 2005 16:27:53 -0000	1.2
+++ bootstrap-temp.patch	7 Jul 2005 17:26:39 -0000	1.3
@@ -1,12 +1,14 @@
 --- java-gcj-compat-1.0.31/aot-compile-rpm.in~	2005-07-07 11:48:23.000000000 +0100
 +++ java-gcj-compat-1.0.31/aot-compile-rpm.in	2005-07-07 17:07:53.000000000 +0100
-@@ -135,9 +135,7 @@
+@@ -134,10 +134,8 @@
+     system([PATHS["dbtool"], "-f", dbname, jar.filename,
              os.path.join(libdir, basename + ".so")])
  
- def split_jarfile(src, dir, split = 1500):
+-def split_jarfile(src, dir, split = 1500):
 -    """In order to avoid #158308 we must split large jarfiles on PPC."""
 -    if os.environ.get("RPM_ARCH") != "ppc":
 -        return [src.filename]
++def split_jarfile(src, dir, split = 1000):
 +    """In order to avoid huge assembler files we split large jarfiles."""
      items = src.infolist()
      if len([i for i in items if i.filename.endswith(".class")]) < split:




More information about the fedora-cvs-commits mailing list