Skip to content
Snippets Groups Projects
Commit e24e6f40 authored by Christian Engwer's avatar Christian Engwer
Browse files

* remove debug output

[[Imported from SVN: r5763]]
parent a698d9cd
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ check-log-headers-am:
list=`echo $(headercheck_PATTERN)`; \
test "$$list" != "$(headercheck_PATTERN)" || exit 0; \
for f in $$list; do \
echo "$(MAKE) headercheck-am HEADER=$$f"; \
$(LOG_TIMING) ($(MAKE) headercheck-am SILENT=0 HEADER=$$f; \
$(MAKE) headercheck-am SILENT=0 HEADER=$$f NO_CONFIG_H=1) > $(LOG_FILE) 2>&1; \
$(LOG_STORE) "headercheck" "$$f" "$$path"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment