The fibmap tool is for debugging f2fs especially.

CC: Changman Lee <cm224....@samsung.com>
CC: Jan Engelhardt <jeng...@inai.de>
Signed-off-by: Jaegeuk Kim <jaegeuk....@samsung.com>
---
 fsck/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fsck/Makefile.am b/fsck/Makefile.am
index c7be063..fc54e91 100644
--- a/fsck/Makefile.am
+++ b/fsck/Makefile.am
@@ -2,11 +2,11 @@
 
 AM_CPPFLAGS = ${libuuid_CFLAGS} -I$(top_srcdir)/include
 AM_CFLAGS = -Wall
-sbin_PROGRAMS = fsck.f2fs fibmap
+sbin_PROGRAMS = fsck.f2fs fibmap.f2fs
 fsck_f2fs_SOURCES = main.c fsck.c dump.c mount.c
 fsck_f2fs_LDADD = ${libuuid_LIBS} $(top_builddir)/lib/libf2fs.la
 
-fibmap_SOURCES = fibmap.c
+fibmap_f2fs_SOURCES = fibmap.c
 
 install-data-hook:
        ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs
-- 
1.8.3.1.437.g0dbd812


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to