From owner-cvs-lib Fri Dec 19 14:15:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA24468 for cvs-lib-outgoing; Fri, 19 Dec 1997 14:15:13 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA24376; Fri, 19 Dec 1997 14:14:35 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA03947; Fri, 19 Dec 1997 14:11:30 -0800 (PST) Date: Fri, 19 Dec 1997 14:11:30 -0800 (PST) Message-Id: <199712192211.OAA03947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libtermcap Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/19 14:11:30 PST Modified files: lib/libtermcap Makefile Log: Fixed the termcap 3.0 hacks. They were very broken in my configuration where shared libraries are in /lib and almost everything is linked shared. First, they removed the old shared library before installing the new one. Second, they attemped a cross-device link from /lib to /usr/lib/compat. Revision Changes Path 1.22 +11 -10 src/lib/libtermcap/Makefile