Fix blhc (Build Log Hardening Check) warnings
Theodore Ts'o authored

The Build Log Hardening Check is a debian tool which scans the output
of a package build making sure that the security hardening flags are
used when compiling and linking all of binaries in a package.

For the most part we were passing CFLAGS, CPPFLAGS, and LDFLAGS down
to the compiler and link commands, but there there were one or two
exceptions.  In addition, there where a few places in "make install"
where the V=1 option was not being honored, which triggered blhc
warnings since it couldn't analyze those commands.

The e2fsck.static was the only binary that was not getting built and
packaged with the hardening flags, but I've fixed all of the blhc
warnings so in the future it will be obvious if we regress.
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
c1986ecb
Name Last commit Last update
config Update config.guess and config.sub to the latest (2012-02-10) version
contrib Add spd_readdir.c to the contrib directory
debian Fix blhc (Build Log Hardening Check) warnings
debugfs debugfs: interpret date strings of the form @dddd
doc Update Release Notes, Changelogs, version.h, etc. for 1.42.4 release
e2fsck Fix blhc (Build Log Hardening Check) warnings
ext2ed Shorten compile commands run by the build system
include/nonunix Remove trailing whitespace for the entire source tree
install-utils Remove Changelog files since they're not used after the git migration
intl Shorten compile commands run by the build system
lib Fix blhc (Build Log Hardening Check) warnings
misc Fix blhc (Build Log Hardening Check) warnings
po Update Release Notes, Changelogs, version.h, etc. for 1.42.4 release
resize Remove unnecessary escape before tab in man pages
tests tests: allow e2fsck tests to run on OS/X
util Teach build system to install relative symlinks if requested
.gitignore tests: use make rules to run tests in parallel
.hgignore Ignore quilt work files
.missing-copyright Many files:
.release-checklist Update release checklist to include reminder to update translation
ABOUT-NLS Update to gettext 0.11.5. We now enable NLS support by default.
COPYING Clarify the copyright licenses used by the various libraries in COPYING
INSTALL Add a comment in INSTALL regarding --disable-tls on older systems
INSTALL.elfbin ChangeLog, INSTALL.elfbin:
MCONFIG.in Fix blhc (Build Log Hardening Check) warnings
Makefile.in
README
README.subset
RELEASE-NOTES
SHLIBS
SUBMITTING-PATCHES
TODO
aclocal.m4
configure
configure.in
depfix.sed
e2fsprogs.lsm
e2fsprogs.spec.in
version.h
wordwrap.pl
	This is the new version (1.42.4) of the second extended file
system management programs.

	From time to time, I release new versions of e2fsprogs, to fix
bugs and to make the utilities more robust.  You can always find
information about the latest version at the the e2fsprogs web page,
which is:

	http://e2fsprogs.sourceforge.net

	The INSTALL file has instructions on building and installing
e2fsprogs.  Provisions for building Red Hat RPMs and Debian dpkg files
are supplied as well.

	In case of bugs in these programs, please contact Ted Ts'o at
tytso@mit.edu or tytso@alum.mit.edu.  See the e2fsck man page for
suggestions of what sort of information to include when submitting bug
reports for these programs.