diff options
| author | pbuetow <35781042+pbuetow@users.noreply.github.com> | 2018-12-27 08:43:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-27 08:43:52 +0000 |
| commit | 909f278abec62d6083573e5fb92956ff06e674d5 (patch) | |
| tree | 3cf4c030883a7ff904540057aaa3b3f9250dce0b /systemtap/Makefile | |
| parent | 278cab7adf284a7bca43d2d747b8aff698e0ca27 (diff) | |
| parent | 1eb58df1ac797db9545fb2cb3b3047cc794109f9 (diff) | |
Merge pull request #3 from snonux/next-release
can run dockerbuild on Fedora 28 with selinux in enforcing mode
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\ |
