Date: Sat, 15 Feb 1997 08:15:01 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/libiberty Makefile Message-ID: <199702151615.IAA00668@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/02/15 08:14:59
Modified: gnu/usr.bin/gdb/libiberty Makefile
Log:
Don't use the private version of vasprintf(). It doesn't understand
"%%" in format strings and tends to dump core for "%%st". I needed
"%%st" to fix the new gdb ...
Don't use the private version of strerror() either.
Use INTERNALLIB and INTERNALSTATICLIB instead of a private install
rules NOPROFILE and NOPIC. This is only slightly cleaner.
INTERNALLIB was previously only used in compatibility libraries
(libgnumalloc etc.) and INTERNALSTATICLIB was previously unused.
INTERNAL*LIB probably should be replaced by something like NOSTATICO
together with NO{STATICO,PROFILE,PIC}INSTALL.
Revision Changes Path
1.5 +4 -7 src/gnu/usr.bin/gdb/libiberty/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702151615.IAA00668>
