summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-11 22:12:05 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-11 22:12:05 +0200
commit1d95f7520fea40c43c9e3ea86b895ca62b51d435 (patch)
tree0c684e39e00dbf2485f22161659a0dc9c496f52b /Makefile
parent3163b713c4dbb0f92be80c57a8c720692e71df7f (diff)
configure: Redirect pkg-config errors to log file
If pkg-config doesn't find a library it prints an error to stderr. Instead of directly printing them as part of the configure output, redirect them to config.log and let the user know about it in case there are any messages. Suggested-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b19b555..7b3e85c 100644
--- a/Makefile
+++ b/Makefile
@@ -210,6 +210,7 @@ clean: $(foreach tool,$(TOOLS),$(tool)_clean)
distclean: clean
$(Q)$(call RM,Config)
$(Q)$(call RM,config.h)
+ $(Q)$(call RM,config.log)
mrproper: distclean
$(Q)$(GIT_REM)