From owner-cvs-gnu Sat Feb 15 08:15:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA00687 for cvs-gnu-outgoing; Sat, 15 Feb 1997 08:15:06 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA00668; Sat, 15 Feb 1997 08:15:01 -0800 (PST) Date: Sat, 15 Feb 1997 08:15:01 -0800 (PST) From: Bruce Evans Message-Id: <199702151615.IAA00668@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/libiberty Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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