]> git.pld-linux.org Git - packages/elfutils.git/blob - elfutils-kill-native.patch
- well, since 0.120 whole elfutils License is GPL
[packages/elfutils.git] / elfutils-kill-native.patch
1 --- elfutils-0.123/tests/run-native-test.sh.orig        2006-04-13 17:04:57.000000000 +0200
2 +++ elfutils-0.123/tests/run-native-test.sh     2006-08-25 22:55:40.053239000 +0200
3 @@ -58,7 +58,7 @@
4  for cc in "$HOSTCC" "$HOST_CC" cc gcc "$CC"; do
5    test "x$cc" != x || continue
6    $cc -o native -g native.c > /dev/null 2>&1 &&
7 -  ./native > /dev/null 2>&1 & native=$! &&
8 +  { ./native > /dev/null 2>&1 & } && native=$! &&
9    sleep 1 && kill -0 $native 2> /dev/null &&
10    break ||
11    native=0
This page took 0.223905 seconds and 3 git commands to generate.