From owner-cvs-share Sat Mar 14 06:11:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10896 for cvs-share-outgoing; Sat, 14 Mar 1998 06:11:22 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10854; Sat, 14 Mar 1998 06:11:16 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03463; Sat, 14 Mar 1998 06:08:35 -0800 (PST) Date: Sat, 14 Mar 1998 06:08:35 -0800 (PST) Message-Id: <199803141408.GAA03463@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.obj.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/03/14 06:08:34 PST Modified files: share/mk bsd.obj.mk Log: Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target. `BINFORMAT=foo make checkdpadd' in /usr/src now reports only 2 false negatives (in libss and init). (BINFORMAT=foo is to turn off better handling of the a.out case.) Revision Changes Path 1.23 +10 -6 src/share/mk/bsd.obj.mk