diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2018-12-27 09:28:07 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2018-12-27 09:28:07 +0000 |
| commit | ba7c846a90a368c46915078f20da2426539318f9 (patch) | |
| tree | b2202208694c534f66681c6f80662094dd72c1a0 /systemtap/Makefile | |
| parent | 160cdff37109bbc58a1b02a6e6d54b55afad5130 (diff) | |
| parent | c70afeb9d36d3582e97b20650df2320b19249095 (diff) | |
Merge branch 'next-release' into 'master'0.5
Merge candidate for release 0.5 to master
See merge request Storage/ioriot!1
Diffstat (limited to 'systemtap/Makefile')
| -rw-r--r-- | systemtap/Makefile | 2 |
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\ |
