From 3065e14cbd8f5114e32e6cbe64af570d6cdbf5ed Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 17 May 2005 07:12:08 +0000 Subject: Updated to work with latest runtime. --- runtime/probes/tasklet/build | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 runtime/probes/tasklet/build (limited to 'runtime/probes/tasklet/build') 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`/../.. - - - - - -- cgit