OSDN Git Service

Move dict.c from e2fsck to lib/support
authorTheodore Ts'o <tytso@mit.edu>
Mon, 13 Jul 2015 02:43:31 +0000 (22:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Jul 2015 02:43:31 +0000 (22:43 -0400)
commit3dca12fb62448f52663c859a089244d9cf37c5e3
tree79164239ca96ec64717bb46f0802b37a55f9eba8
parent99ceb8ec1acd7f38da289966b9984b3ffa1914a9
Move dict.c from e2fsck to lib/support

The quota code required that we included dict.o in libsupport.a, so we
might as well just move dict.c and dict.h to lib/support, and then
have e2fsck use the version of dict.c in libsupport.a.  This
simplifies the build system and eliminates having two identical copies
of dict.o floating around in the build tree.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13 files changed:
debugfs/Makefile.in
e2fsck/Android.mk
e2fsck/Makefile.in
e2fsck/pass1b.c
e2fsck/pass2.c
lib/ext2fs/Makefile.in
lib/support/Android.mk
lib/support/Makefile.in
lib/support/dict.c [moved from e2fsck/dict.c with 100% similarity]
lib/support/dict.h [moved from e2fsck/dict.h with 100% similarity]
lib/support/mkquota.c
lib/support/quotaio.h
misc/Makefile.in