From owner-cvs-share Fri Sep 20 09:08:48 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA15609 for cvs-share-outgoing; Fri, 20 Sep 1996 09:08:48 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA15440; Fri, 20 Sep 1996 09:08:27 -0700 (PDT) Date: Fri, 20 Sep 1996 09:08:27 -0700 (PDT) From: Bruce Evans Message-Id: <199609201608.JAA15440@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 bde 96/09/20 09:08:26 Modified: share/mk bsd.obj.mk Log: Fixed and simplified `whereobj' rule. Use the not-so-new -V feature. Echoing ${.OBJDIR} would work. but -V is more general. Revision Changes Path 1.11 +2 -10 src/share/mk/bsd.obj.mk