From owner-cvs-all@FreeBSD.ORG Thu Feb 5 00:44:44 2004 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 4402B16A4CE; Thu, 5 Feb 2004 00:44:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AB043D46; Thu, 5 Feb 2004 00:44:43 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i158ih0B040485; Thu, 5 Feb 2004 00:44:43 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i158ihhI040484; Thu, 5 Feb 2004 00:44:43 -0800 (PST) (envelope-from ru) Message-Id: <200402050844.i158ihhI040484@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Feb 2004 00:44:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.prog.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: Thu, 05 Feb 2004 08:44:44 -0000 ru 2004/02/05 00:44:43 PST FreeBSD src repository Modified files: share/mk bsd.prog.mk Log: make(1) can now handle spaces surrounding parenthesis correctly. Revision Changes Path 1.134 +1 -1 src/share/mk/bsd.prog.mk