test/runtest is the culprit.. notice the call to .configure. It
rebuilds the makefile for its own purposes.
tests/runtests
.
.
for config in --enable-zlib --disable-zlib; do
echo Building with $config...
./configure $config CFLAGS="-DJUST_TESTING -g -Wall" >/dev/null
make clean >/dev/null
# ismod.static doesn't build with -DJUST_TESTING and --enable-zlib
make insmod.static >/dev/null 2>&1 || touch insmod.static
make all >/dev/null
.
.
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page