diff options
author | hunt <hunt> | 2005-05-17 07:04:25 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-17 07:04:25 +0000 |
commit | d1c9c59b3c4c6b5af9e64eaa1596edeb7e5da90d (patch) | |
tree | aa3f005d523d222880acd8c1fe2f945e51a739e3 /runtime/probes/test4/build | |
parent | ca7d122b7b3fb57d6cabdbdc5da9c1ecc60de5d8 (diff) | |
download | systemtap-steved-d1c9c59b3c4c6b5af9e64eaa1596edeb7e5da90d.tar.gz systemtap-steved-d1c9c59b3c4c6b5af9e64eaa1596edeb7e5da90d.tar.xz systemtap-steved-d1c9c59b3c4c6b5af9e64eaa1596edeb7e5da90d.zip |
*** empty log message ***
Diffstat (limited to 'runtime/probes/test4/build')
-rwxr-xr-x | runtime/probes/test4/build | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/runtime/probes/test4/build b/runtime/probes/test4/build deleted file mode 100755 index fb344b37..00000000 --- a/runtime/probes/test4/build +++ /dev/null @@ -1,17 +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}'` -KTA=`grep "__kernel_text_address" /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 KTA=0x$KTA\ - STP_RUNTIME=`pwd`/../.. - - - - - |