From owner-cvs-share Thu Feb 13 21:09:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA06554 for cvs-share-outgoing; Thu, 13 Feb 1997 21:09:13 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA06547; Thu, 13 Feb 1997 21:09:10 -0800 (PST) Date: Thu, 13 Feb 1997 21:09:10 -0800 (PST) From: John Polstra Message-Id: <199702140509.VAA06547@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.obj.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/02/13 21:09:09 Modified: share/mk bsd.obj.mk Log: In the "cleanobj" target, always remove the old-style "${.CURDIR}/obj" links if they exist. The old-style links confused make and caused problems when upgrading from a 2.1.5 or 2.1.6 system. I will merge this into -2.2. Revision Changes Path 1.18 +0 -2 src/share/mk/bsd.obj.mk