third_party_f2fs-tools/fsck
Anthony G. Basile 5792951de2 f2fs-tools: fix build system to make distcheck correctly
The current build system fails to `make distcheck` correctly
for two reasons: 1) Some header files are not listed in the
source files for fsck.f2fs and mkfs.f2fs, and so don't make it
into the dist tarball.  2) By setting a default prefix in
configure.ac, the mock install doesn't add the correct prefix
and instead tries to install directly to the file system.

This patch corrects those problems and also adds an autogen.sh
script for convenience.

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-03-08 20:23:13 -07:00
..
dump.c dump.f2fs: dump owner of data given block address 2014-12-17 18:39:34 -08:00
f2fs.h dump.f2fs: dump owner of data given block address 2014-12-17 18:39:34 -08:00
fsck.c fsck.f2fs: remove corrupted data indices in direct node blocks 2015-02-24 19:12:46 -08:00
fsck.h dump.f2fs: dump owner of data given block address 2014-12-17 18:39:34 -08:00
main.c dump.f2fs: show checkpoint flag 2015-01-29 13:36:45 -08:00
Makefile.am f2fs-tools: fix build system to make distcheck correctly 2015-03-08 20:23:13 -07:00
mount.c fsck.f2fs: support large sector size 2015-02-05 18:42:46 -08:00