master
Fix typos in error messages and documentation
AOSP: Make mke2fs/e2fsdroid available for vendor
Define MKDIR_P in the Makefile.in files instead in MCONFIG.in
com_err.3: Fix C syntax error pointed out by ESR.
libcom_err: fix suggest-attribute=format -Wall warnings
libcom_err: add set_com_err_gettext()
Change pkg-config files so that both <et/com_err.h> and <com_err.h> work
Fix typos in code comments and developer docs
ChangeLog, compile_et.1: compile_et.1: Fix a simple typo in the man page.
remove unused datarootdir
lib/et: fix "unused variable" warnings when !HAVE_FCNTL
Clean up sparse warnings
compile_et: generate *_err.c files that have strings marked for xgettext
If the .c and .h file already exist, and they have not changed, use the original versions of the files, so as to avoid rebuilding files when not necessary. Also fixes a potential SMP/Parallel build problem when one make process runs compile_et to generate the .h file, and a partially generated .c file is compiled by another make process. (Addresses Sourceforge Bug: #1157933)
Shorten compile commands run by the build system
Change compile_et to generate header files that use <et/com_err.h> instead of <com_err.h>, so the current version of the header file is used.
Fix various spelling typos