From owner-cvs-all@FreeBSD.ORG Fri Oct 3 13:47:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DBA516A4B3; Fri, 3 Oct 2003 13:47:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0285F43F85; Fri, 3 Oct 2003 13:47:38 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h93KlbXJ009698; Fri, 3 Oct 2003 13:47:37 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h93KlbVC009697; Fri, 3 Oct 2003 13:47:37 -0700 (PDT) (envelope-from ru) Message-Id: <200310032047.h93KlbVC009697@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 3 Oct 2003 13:47:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 20:47:38 -0000 ru 2003/10/03 13:47:37 PDT FreeBSD src repository Modified files: share/mk sys.mk Log: Removed the ancient .LIBS setting that causes non-existent libraries to be reported as up-to-date. Before: # make -f /dev/null nonexistent.a `nonexistent.a' is up to date. After: # make -f /dev/null nonexistent.a make: don't know how to make nonexistent.a. Stop PR: bin/44137 (part of) Revision Changes Path 1.72 +0 -2 src/share/mk/sys.mk