Module: check_mk
Branch: master
Commit: 4582224a8399fbe3068e36d06dc47dee60e5f5c4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4582224a8399fb…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Oct 25 15:52:09 2017 +0200
Agent updater must be compiled during "make dist" (not when building OMD
package)
Change-Id: Icd9258bf7c91b67150561b09e8df469696b6cff6
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index ac44566..3adacc4 100644
--- a/Makefile
+++ b/Makefile
@@ -194,6 +194,9 @@ check-version:
# Would also use --exclude-vcs, but this is also not available
# And --transform is also missing ...
dist: mk-livestatus-$(VERSION).tar.gz $(DISTNAME).tar.gz config.h.in $(DIST_DEPS)
+ifeq ($(ENTERPRISE),yes)
+ $(MAKE) -C enterprise make-agent-updater
+endif
@EXCLUDES= ; \
if [ -d .git ]; then \
git rev-parse --short HEAD > COMMIT ; \