remove the patch (not working and not needed)
authorNicolas Thill <nico@openwrt.org>
Sat, 11 Mar 2006 23:24:29 +0000 (23:24 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 11 Mar 2006 23:24:29 +0000 (23:24 +0000)
SVN-Revision: 3346

openwrt/package/sablevm-classpath/patches/100-fastjar.patch [deleted file]

diff --git a/openwrt/package/sablevm-classpath/patches/100-fastjar.patch b/openwrt/package/sablevm-classpath/patches/100-fastjar.patch
deleted file mode 100644 (file)
index 89b2a17..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -urN sablevm-classpath-1.11.3.orig/lib/Makefile.am sablevm-classpath-1.11.3/lib/Makefile.am
---- sablevm-classpath-1.11.3.orig/lib/Makefile.am      2005-03-24 21:58:58.000000000 +0100
-+++ sablevm-classpath-1.11.3/lib/Makefile.am   2006-02-25 22:39:30.355625968 +0100
-@@ -93,7 +93,7 @@
- libclasspath.jar: classes compile-classes
-       if test "x$(FASTJAR)" != "x"; then \
--          $(FASTJAR) $(COMPRESSION_FLAGS) -Mcf libclasspath.jar gnu java javax org > /dev/null; \
-+          $(FASTJAR) -Mcf$(COMPRESSION_FLAGS) -Mcf libclasspath.jar gnu java javax org > /dev/null; \
-       elif test "x$(ZIP)" != "x"; then \
-           $(ZIP) $(COMPRESSION_FLAGS) -r -D libclasspath.jar gnu java javax org > /dev/null; fi
-@@ -112,7 +112,7 @@
-           cp -f $(top_srcdir)/resource/$$p resources_tmp/$$p; \
-       done
-       if test x"$(FASTJAR)" != "x"; then cd resources_tmp && \
--          $(FASTJAR) $(COMPRESSION_FLAGS) -Mcf ../resources.jar gnu java javax org > /dev/null; \
-+          $(FASTJAR) -Mcf$(COMPRESSION_FLAGS) -Mcf ../resources.jar gnu java javax org > /dev/null; \
-       elif test x"$(ZIP)" != "x"; then cd resources_tmp && \
-           $(ZIP) $(COMPRESSION_FLAGS) -r -D ../resources.jar gnu java javax org > /dev/null; fi
-       rm -rf resources_tmp
-diff -urN sablevm-classpath-1.11.3.orig/lib/Makefile.in sablevm-classpath-1.11.3/lib/Makefile.in
---- sablevm-classpath-1.11.3.orig/lib/Makefile.in      2005-03-24 22:01:29.000000000 +0100
-+++ sablevm-classpath-1.11.3/lib/Makefile.in   2006-02-25 22:39:55.545796480 +0100
-@@ -501,7 +501,7 @@
- libclasspath.jar: classes compile-classes
-       if test "x$(FASTJAR)" != "x"; then \
--          $(FASTJAR) $(COMPRESSION_FLAGS) -Mcf libclasspath.jar gnu java javax org > /dev/null; \
-+          $(FASTJAR) -Mcf$(COMPRESSION_FLAGS) -Mcf libclasspath.jar gnu java javax org > /dev/null; \
-       elif test "x$(ZIP)" != "x"; then \
-           $(ZIP) $(COMPRESSION_FLAGS) -r -D libclasspath.jar gnu java javax org > /dev/null; fi
-@@ -520,7 +520,7 @@
-           cp -f $(top_srcdir)/resource/$$p resources_tmp/$$p; \
-       done
-       if test x"$(FASTJAR)" != "x"; then cd resources_tmp && \
--          $(FASTJAR) $(COMPRESSION_FLAGS) -Mcf ../resources.jar gnu java javax org > /dev/null; \
-+          $(FASTJAR) -Mcf$(COMPRESSION_FLAGS) -Mcf ../resources.jar gnu java javax org > /dev/null; \
-       elif test x"$(ZIP)" != "x"; then cd resources_tmp && \
-           $(ZIP) $(COMPRESSION_FLAGS) -r -D ../resources.jar gnu java javax org > /dev/null; fi
-       rm -rf resources_tmp