Module: check_mk
Branch: master
Commit: 43311358ebc5829107d23561fb6fd9818c021fcb
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=43311358ebc582…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Mon Sep 26 12:03:31 2016 +0200
Add some debugging output
Our Makefile dependencies are not fully correct due to autoconf being a bit
clever about config.h, so let's add some debugging output to some neuralgic
targets.
---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index 70ffc1e..34f573d 100644
--- a/Makefile
+++ b/Makefile
@@ -273,16 +273,20 @@ setup:
sudo apt-get install figlet pngcrush slimit bear dietlibc-dev
$(addprefix %/,$(LIVESTATUS_AUTO)): $(addprefix %/,configure.ac m4/* Makefile.am
src/Makefile.am)
+ @echo "making $@: $? is newer"
cd livestatus && autoreconf --install --include=m4
livestatus/config.h: livestatus/configure livestatus/config.h.in
+ @echo "making $@: $? is newer"
cd livestatus && ./configure CXXFLAGS="$(CXX_FLAGS)"
GTAGS: livestatus/config.h
+ @echo "making $@: $? is newer"
$(MAKE) -C livestatus distclean-tags
$(MAKE) -C livestatus GTAGS
compile_commands.json: livestatus/config.h $(FILES_TO_FORMAT)
+ @echo "making $@: $? is newer"
$(MAKE) -C livestatus clean
$(BEAR) $(MAKE) -C livestatus -j8