From f099da35386cf63d4935ba2613409ff28b3d7ea5 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 21 Jan 2009 20:43:28 -0200 Subject: Correct make distcheck and most gcc and sparse warnings. Remaining warnings are due to macros that check address or vectors on the stack and auto generated yacc code. Compiled with default flags and also as: % make CFLAGS=-DENTRY_TRACKING_ON -DDEBUG_ON -DASSERTIONS_ON to ensure the "simplification" of code like: foo.c: define DEBUG_VAR foo_VAR include "foo.h" ... foo.h: ifdef DEBUG_VAR_NOT_LOCAL extern endif int DEBUG_VAR; ... did not change the author's "intended" logic. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ffcbcbd..e5234d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,6 +105,6 @@ MAINTAINERCLEANFILES += ChangeLog .PHONY: ChangeLog ChangeLog: - (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + $(CHANGELOG_CMD) dist-hook: ChangeLog -- cgit v1.2.3