Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 1f32071

Browse files
committed
fixup! devel: Add event metadata plugin example
1 parent 3aba4a0 commit 1f32071

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

devel/event-metadata-plugin-src/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ arch=`uname -s | tr A-Z a-z`-`uname -m`
88
all: build-it
99

1010
build-it:
11-
@test -e $(cmake_build_dir)/config.status || ./configure
12-
-@test -e $(cmake_build_dir)/CMakeCache.txt && \
13-
test $(cmake_build_dir)/CMakeCache.txt -ot `cat $(cmake_build_dir)/CMakeCache.txt | grep ZEEK_DIST | cut -d '=' -f 2`/build/CMakeCache.txt && \
14-
echo Updating stale CMake cache && \
15-
touch $(cmake_build_dir)/CMakeCache.txt
16-
1711
( cd $(cmake_build_dir) && make )
1812

1913
install:

0 commit comments

Comments
 (0)