]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Move the profile parsing functions from e2fsck to lib/support
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Jul 2015 22:05:40 +0000 (18:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Jul 2015 01:39:31 +0000 (21:39 -0400)
commit1dc16b0b95622c5d44cde86e6ab8a835f88ae522
tree3d12a785ba18b22d43f095af308943bdba6657f3
parent273c2c5dfdd0d42736d8c57d0ba10e15e6c694cd
Move the profile parsing functions from e2fsck to lib/support

The profile functions started as something specific to e2fsck.  It's
now used by mke2fs and e2fsck, so it's better to move it into
libsupport.a.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
17 files changed:
e2fsck/Android.mk
e2fsck/Makefile.in
e2fsck/e2fsck.h
lib/support/Android.mk
lib/support/Makefile.in
lib/support/argv_parse.c [moved from e2fsck/argv_parse.c with 100% similarity]
lib/support/argv_parse.h [moved from e2fsck/argv_parse.h with 100% similarity]
lib/support/prof_err.et [moved from e2fsck/prof_err.et with 100% similarity]
lib/support/profile.c [moved from e2fsck/profile.c with 100% similarity]
lib/support/profile.h [moved from e2fsck/profile.h with 100% similarity]
lib/support/profile_helpers.c [moved from e2fsck/profile_helpers.c with 100% similarity]
lib/support/profile_helpers.h [moved from e2fsck/profile_helpers.h with 100% similarity]
misc/Android.mk
misc/Makefile.in
misc/mk_hugefiles.c
misc/mke2fs.c
util/gen-android-files