[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1460 - glibc-package/branches/glibc-2.4/debian/patches/sparc



Author: schizo
Date: 2006-04-23 16:37:10 +0000 (Sun, 23 Apr 2006)
New Revision: 1460

Modified:
   glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sparcv8-target.diff
   glibc-package/branches/glibc-2.4/debian/patches/sparc/submitted-timing.diff
Log:
sync sparc patches with trunk (deletion of dpatch apply code)


Modified: glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sparcv8-target.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sparcv8-target.diff	2006-04-23 16:16:47 UTC (rev 1459)
+++ glibc-package/branches/glibc-2.4/debian/patches/sparc/local-sparcv8-target.diff	2006-04-23 16:37:10 UTC (rev 1460)
@@ -1,24 +1,9 @@
-#! /bin/sh -e
-
 # DP: Description: Optimizes the build for sparcv8
 # DP: Author: Ben Collins
 # DP: Upstream status: Debian-Specific
 # DP: Status Details:
 # DP: Date: June 17, 2003
 
-if [ $# -ne 2 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-    -patch) patch -d "$2" -f --no-backup-if-mismatch -p0 < $0;;
-    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p0 < $0;;
-    *)
-	echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-	exit 1
-esac
-exit 0
-
 --- configure~	2003-06-17 09:24:52.000000000 -0400
 +++ configure	2003-06-17 09:25:19.000000000 -0400
 @@ -1796,6 +1796,11 @@

Modified: glibc-package/branches/glibc-2.4/debian/patches/sparc/submitted-timing.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/sparc/submitted-timing.diff	2006-04-23 16:16:47 UTC (rev 1459)
+++ glibc-package/branches/glibc-2.4/debian/patches/sparc/submitted-timing.diff	2006-04-23 16:37:10 UTC (rev 1460)
@@ -1,5 +1,3 @@
-#! /bin/sh -e
- 
 # All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: sparc/sparcv9 libraries fix
 # DP: Author: Daniel Jacobowitz <dan@debian.org>, Jeff Bailey <jbailey@nisa.net>
@@ -7,19 +5,6 @@
 # DP: Status Details:
 # DP: Date: 2003-12-31
  
-if [ $# -ne 2 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-    -patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;;
-    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;;
-    *)
-        echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-        exit 1
-esac
-exit 0
-
 2003-12-31  Jeff Bailey <jbailey@nisa.net>
 
 	* sysdeps/sparc/hp-timing.h: New file.



Reply to: