From owner-cvs-src@FreeBSD.ORG Tue Dec 21 11:41:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 518E916A4CE; Tue, 21 Dec 2004 11:41:41 +0000 (GMT) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F5343D5E; Tue, 21 Dec 2004 11:41:40 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd5mr8so.prod.shaw.ca (pd5mr8so-qfe3.prod.shaw.ca [10.0.141.184]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I92001ACLTGZM10@l-daemon>; Tue, 21 Dec 2004 04:41:40 -0700 (MST) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd5mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I92000WMLTG1ZK0@pd5mr8so.prod.shaw.ca>; Tue, 21 Dec 2004 04:41:40 -0700 (MST) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.233.42])2003)) with ESMTP id <0I9200J6XLTF1F@l-daemon>; Tue, 21 Dec 2004 04:41:40 -0700 (MST) Date: Tue, 21 Dec 2004 03:41:39 -0800 From: Colin Percival In-reply-to: <20041221103329.GB14526@ip.net.ua> To: Ruslan Ermilov Message-id: <41C80BF3.7020509@wadham.ox.ac.uk> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime References: <200412201546.iBKFkuTK047592@repoman.freebsd.org> <41C6F901.5060407@wadham.ox.ac.uk> <20041220212914.GB89640@ip.net.ua> <41C7F8E3.7080007@wadham.ox.ac.uk> <20041221103329.GB14526@ip.net.ua> User-Agent: Mozilla Thunderbird 0.9 (X11/20041107) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Paul Richards Subject: Re: cvs commit: src/share/mk bsd.pkg.mk bsd.prog.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 11:41:41 -0000 Ruslan Ermilov wrote: > Just overriding INSTALL is not enough -- a lot of things is installed > through (sym)linking, and this is *not* handled by install(1) at the > moment. This is only the most obvious, but keep in mind that some > files are installed using special tools. I was simplifying for the purpose of explanation. I also replaced "ln" with ${LN} and overrode that, and there were a few files left (but not many, surprisingly) which need other special treatment. Colin Percival