diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-07 01:59:31 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:44:27 +0000 |
commit | 460f577379ef2ecf42fb8b7f855c21400c276d4f (patch) | |
tree | e5ff30bf836f8f447ef947704b3d050e755cfc3c /meta/recipes-devtools/ubootchart | |
parent | 174ec622bdc00fc26392704fdadeac2c067a33f6 (diff) | |
download | openembedded-core-460f577379ef2ecf42fb8b7f855c21400c276d4f.tar.gz openembedded-core-460f577379ef2ecf42fb8b7f855c21400c276d4f.tar.bz2 openembedded-core-460f577379ef2ecf42fb8b7f855c21400c276d4f.zip |
e2fsprogs: debugfs: use the functions in misc/create_inode.c
* Use the functions in misc/create_inode.c, and remove the duplicated
code.
* The CREATE_INODE_DEPS in the debugfs/Makefile.in is used for recording
create_inode.o's depends which is from misc/Makefile.in, we have to
recompile create_inode.o because we need it to print more messages when
it is used by debugfs, just like we recompile e2freefrag.o, but it seems
that the e2freefrag.o's depends in debugfs/Makefile.in is incorrect, it
would not rebuild when its depends (e.g.: lib/config.h) is changed,
which would cause unexpected errors. Make duplicated code in
debugfs/Makefile.in and misc/Makefile.in is not a good idea, maybe we'd
better define CREATE_INODE_DEPS in the top Makefile, I'd like to send
another patch and fix the e2freefrag if you are fine with it.
[YOCTO #4083]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ubootchart')
0 files changed, 0 insertions, 0 deletions