diff options
author | hunt <hunt> | 2005-05-17 07:12:08 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-17 07:12:08 +0000 |
commit | 3065e14cbd8f5114e32e6cbe64af570d6cdbf5ed (patch) | |
tree | 064893a2b6f926c70ff0f551790f1e25fe26638d /runtime/probes/tasklet/build | |
parent | d1c9c59b3c4c6b5af9e64eaa1596edeb7e5da90d (diff) | |
download | systemtap-steved-3065e14cbd8f5114e32e6cbe64af570d6cdbf5ed.tar.gz systemtap-steved-3065e14cbd8f5114e32e6cbe64af570d6cdbf5ed.tar.xz systemtap-steved-3065e14cbd8f5114e32e6cbe64af570d6cdbf5ed.zip |
Updated to work with latest runtime.
Diffstat (limited to 'runtime/probes/tasklet/build')
-rwxr-xr-x | runtime/probes/tasklet/build | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/probes/tasklet/build b/runtime/probes/tasklet/build deleted file mode 100755 index 3713f08a..00000000 --- a/runtime/probes/tasklet/build +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -KVERSION=`uname -r` -echo $KVERSION -KALLSYMS_LOOKUP_NAME=`grep " kallsyms_lookup_name" /boot/System.map-$KVERSION |awk '{print $1}'` -KALLSYMS_LOOKUP=`grep " kallsyms_lookup$" /boot/System.map-$KVERSION |awk '{print $1}'` - -make V=1 -C /lib/modules/`uname -r`/build M=`pwd` modules \ - KALLSYMS_LOOKUP_NAME=0x$KALLSYMS_LOOKUP_NAME \ - KALLSYMS_LOOKUP=0x$KALLSYMS_LOOKUP \ - STP_RUNTIME=`pwd`/../.. - - - - - |