From: Jakub Bogusz Date: Fri, 17 Nov 2006 16:41:42 +0000 (+0000) Subject: - obsolete X-Git-Tag: auto/th/elfutils-0_124-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Felfutils.git;a=commitdiff_plain;h=f4a643ae4a4bffe677eb6d7eac6ea57f1397ab71 - obsolete Changed files: elfutils-kill-native.patch -> 1.2 --- diff --git a/elfutils-kill-native.patch b/elfutils-kill-native.patch deleted file mode 100644 index f77dd46..0000000 --- a/elfutils-kill-native.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- elfutils-0.123/tests/run-native-test.sh.orig 2006-04-13 17:04:57.000000000 +0200 -+++ elfutils-0.123/tests/run-native-test.sh 2006-08-25 22:55:40.053239000 +0200 -@@ -58,7 +58,7 @@ - for cc in "$HOSTCC" "$HOST_CC" cc gcc "$CC"; do - test "x$cc" != x || continue - $cc -o native -g native.c > /dev/null 2>&1 && -- ./native > /dev/null 2>&1 & native=$! && -+ { ./native > /dev/null 2>&1 & } && native=$! && - sleep 1 && kill -0 $native 2> /dev/null && - break || - native=0