[FFmpeg-cvslog] Makefile: remove checkheaders from the main check target
Michael Niedermayer
git at videolan.org
Fri Jun 29 01:22:17 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jun 29 00:05:40 2012 +0200| [7c8b5d1d80ff040cdb71ed5ff3a9d670d330952b] | committer: Michael Niedermayer
Makefile: remove checkheaders from the main check target
checkheaders doesnt pass and noone has even noticed since a very
long time.
checkheaders is also unmaintained (please add yourself to MAINTAINERS
if you want to maintain it)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c8b5d1d80ff040cdb71ed5ff3a9d670d330952b
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 616e8e1..96b7f91 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ coverage-html: coverage.info
$(Q)genhtml -o $@ $<
$(Q)touch $@
-check: all alltools checkheaders examples testprogs fate
+check: all alltools examples testprogs fate
include $(SRC_PATH)/doc/Makefile
include $(SRC_PATH)/tests/Makefile
More information about the ffmpeg-cvslog
mailing list