Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking

This commit is contained in:
Alan Coopersmith
2009-01-08 21:20:58 -08:00
parent 24d9306546
commit 6f14e85691
3 changed files with 20 additions and 3 deletions

View File

@@ -36,3 +36,9 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog
if LINT
# Check source code with tools like lint & sparse
lint:
(cd src && $(MAKE) $(MAKEFLAGS) lint)
endif LINT