From owner-cvs-all Sun Apr 7 7:58:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A188B37B400; Sun, 7 Apr 2002 07:58:12 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37EwCp07194; Sun, 7 Apr 2002 07:58:12 -0700 (PDT) (envelope-from ru) Message-Id: <200204071458.g37EwCp07194@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 7 Apr 2002 07:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/04/07 07:58:12 PDT Modified files: share/mk bsd.lib.mk bsd.prog.mk Log: Fixed the nasty bug where .depend file that exists somewhere in the .PATH (but not in the ${.OBJDIR}) would result in a leak of the ${OBJS}: ${SRCS:M*.h} dependency hint. Spotted by: fixing the broken gnu/usr.bin/cc/cc1obj build MFC after: 1 day Revision Changes Path 1.107 +1 -1 src/share/mk/bsd.lib.mk 1.105 +1 -1 src/share/mk/bsd.prog.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message