cvs commit: src/lib/libmd Makefile
Bruce Evans
bde at FreeBSD.org
Wed Feb 25 23:44:38 PST 2004
bde 2004/02/25 23:44:37 PST
FreeBSD src repository
Modified files:
lib/libmd Makefile
Log:
Backed out rev.1.6 and subsequent copying of it (bogus addition of
-static to CFLAGS). It just turned rev.1.5 into an obfuscated no-op.
As explained in the log for rev.1.5, testing should be done in the
host environment but there is a problem in cross-compilation environments.
As not explained in the log for rev.1.6, there was apparently a practical
problem with cross-compiling (makeworld should have set -static in
LDFLAGS but apparently didn't). Cross-compilation was especially
complicated because the relevant programs are test programs that were
run at beforeinstall time -- dynamic libraries might or might not exist
depending on the build options. The complications became moot in
rev.1.8 when beforeinstall was renamed "test".
Revision Changes Path
1.41 +6 -6 src/lib/libmd/Makefile
More information about the cvs-src
mailing list