summaryrefslogtreecommitdiff
path: root/systemtap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/Makefile')
-rw-r--r--systemtap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap/Makefile b/systemtap/Makefile
index 49f1977..97e24d6 100644
--- a/systemtap/Makefile
+++ b/systemtap/Makefile
@@ -8,7 +8,7 @@ prepare:
sed 's/execname() != "stapio"/pid() == target()/' ./src/ioriot.stp > ./src/targetedioriot.stp
sed 's/execname() != "stapio"/execname() == "java"/' ./src/ioriot.stp > ./src/javaioriot.stp
compile:
- @echo Crosscompiling for Kernel version $(KERNEL)
+ @echo Compiling for Kernel version $(KERNEL)
for stp in ioriot javaioriot targetedioriot; do \
stap -v ./src/$$stp.stp -p 4 -r $(KERNEL) -m $$stp \
-D MAXSTRINGLEN=255 -D MAXACTION=10000 -D MAXSKIPPED=10000\