From 0c8218db09676f097da5a5643482b3b8a655dd80 Mon Sep 17 00:00:00 2001 From: guanglei Date: Thu, 25 May 2006 08:05:12 +0000 Subject: src/tapset/LKET/*.stp: explicitly add type qualifier for different arch to make _stp_vsnprintf get the argument by va_arg correctly src/tapset/scheduler.stp: add prev_task and next_task variable src/stapprobes.5.in: add lket (5) in the "SEE ALSO" --- runtime/lket/b2a/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/lket/b2a/Makefile b/runtime/lket/b2a/Makefile index 3cb39c8a..1e3780c7 100644 --- a/runtime/lket/b2a/Makefile +++ b/runtime/lket/b2a/Makefile @@ -1,5 +1,5 @@ all: - gcc -O2 -D_GNU_SOURCE -Wall lket_b2a.c -o b2a `pkg-config --cflags --libs glib-2.0` + gcc -O2 -D_GNU_SOURCE -Wall lket_b2a.c -o lket-b2a `pkg-config --cflags --libs glib-2.0` clean: - rm -f b2a + rm -f lket-b2a -- cgit