Module: check_mk
Branch: master
Commit: 23ab59f4855cb375ce25d06a86d96aa25250d580
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=23ab59f4855cb3…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Oct 2 21:25:09 2017 +0200
Temporarily disable makefile chroot check'
The setversion target is currently called by the build system.
We change this when integrating the chroot based build into the
build system soon.
Change-Id: I42c458209bec7c5599cf04fb9490bb915ad0b1a7
---
agents/windows/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/agents/windows/Makefile b/agents/windows/Makefile
index 8f7aa27..1c58698 100644
--- a/agents/windows/Makefile
+++ b/agents/windows/Makefile
@@ -46,9 +46,9 @@ ifneq (,$(MAKECMDGOALS))
endif
# Check if called inside chroot jail.
-ifneq (WinAgent,$(CHROOTNAME))
- $(error "Not allowed outside chroot. Please call
'./make-agent$(SEPARATOR)$(MAKECMDGOALS)' instead")
-endif
+#ifneq (WinAgent,$(CHROOTNAME))
+# $(error "Not allowed outside chroot. Please call
'./make-agent$(SEPARATOR)$(MAKECMDGOALS)' instead")
+#endif
ifeq ($(shell uname),Linux)
CXX = i686-w64-mingw32-g++-posix