]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsprogs: add (optional) sparse checking to the build
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 12 Oct 2013 03:02:12 +0000 (23:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 12 Oct 2013 03:12:40 +0000 (23:12 -0400)
commit832cb612f8c1c10525fe438206d4fe5c6d38a4e7
tree014824032e81ae89f2f470c7763d128be971fd87
parent6c327e9ca47fa4e51efe3a6601ad661b8c1a3964
e2fsprogs: add (optional) sparse checking to the build

Run sparse against source files when building e2fsprogs with 'make C=1'.  If
instead C=2, it configures basic ext2 types for bitwise checking with sparse,
which can help find the (many many) spots where conversion errors are
(possibly) happening.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
17 files changed:
Makefile.in
debugfs/Makefile.in
e2fsck/Makefile.in
ext2ed/Makefile.in
intl/Makefile.in
lib/blkid/Makefile.in
lib/e2p/Makefile.in
lib/et/Makefile.in
lib/ext2fs/Makefile.in
lib/ext2fs/ext2fs.h
lib/quota/Makefile.in
lib/ss/Makefile.in
lib/uuid/Makefile.in
misc/Makefile.in
resize/Makefile.in
tests/progs/Makefile.in
util/Makefile.in