From owner-cvs-lib Fri Sep 27 09:23:27 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA25967 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:23:27 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA25770; Fri, 27 Sep 1996 09:22:56 -0700 (PDT) Date: Fri, 27 Sep 1996 09:22:56 -0700 (PDT) From: Bruce Evans Message-Id: <199609271622.JAA25770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libgnumalloc Makefile src/lib/libresolv Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/27 09:22:53 Modified: lib/libgnumalloc Makefile lib/libresolv Makefile Log: Peter must be sick of this, so I changed it directly. Fixed: - old static non-profiled libraries were removed in the wrong directory if ${ORIG_SHLIBDIR} != ${LIBDIR}. - old profiled libraries weren't removed. - new shared compat libraries were installed in the wrong directory if ${ORIG_SHLIBDIR} != /usr/lib. - some lines were too long. Added some comments about cases that have caused problems. Changed libfoo to ${LIB} so that libresolv/Makefile and libgnumalloc/Makefile are almost identical. Revision Changes Path 1.9 +11 -6 src/lib/libgnumalloc/Makefile 1.8 +9 -4 src/lib/libresolv/Makefile