Add Yan Zheng's ext3->btrfs conversion program
run make convert to build it, the program is named btrfs-convert and is not installed by default.
This commit is contained in:
parent
84b99666be
commit
806528b875
5
Makefile
5
Makefile
|
@ -47,8 +47,11 @@ dir-test: $(objects) dir-test.o
|
|||
quick-test: $(objects) quick-test.o
|
||||
gcc $(CFLAGS) -o quick-test $(objects) quick-test.o $(LDFLAGS)
|
||||
|
||||
convert: $(objects) convert.o utils.o
|
||||
gcc $(CFLAGS) -o btrfs-convert $(objects) convert.o utils.o -luuid -lext2fs $(LDFLAGS)
|
||||
|
||||
clean :
|
||||
rm -f $(progs) cscope.out *.o .*.d
|
||||
rm -f $(progs) cscope.out *.o .*.d btrfs-convert
|
||||
|
||||
install: $(progs)
|
||||
$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
|
||||
|
|
Loading…
Reference in New Issue