From owner-freebsd-hackers Tue Dec 3 6:37:34 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C8337B401 for ; Tue, 3 Dec 2002 06:37:33 -0800 (PST) Received: from asterix.rsu.ru (asterix.rsu.ru [195.208.245.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6DF43EC2 for ; Tue, 3 Dec 2002 06:37:32 -0800 (PST) (envelope-from and@rsu.ru) Received: from moon.cc.rsu.ru (moon.cc.rsu.ru [195.208.252.124]) by asterix.rsu.ru (8.12.6/8.12.6) with ESMTP id gB3EbLkU056951; Tue, 3 Dec 2002 17:37:22 +0300 (MSK) (envelope-from and@rsu.ru) Date: Tue, 3 Dec 2002 17:37:34 +0300 (MSK) From: Andrey Beresovsky X-X-Sender: and@moon.cc.rsu.ru To: hackers@FreeBSD.ORG Cc: Oleg Sharoiko Subject: Need to override KRNLCONFDIR variable in command line of make (file /usr/src/Makefile.inc1). Message-ID: <20021203141510.D611-100000@moon.cc.rsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am developing a program which will allow me to build worlds and kernels for several hosts with different options (make.conf files, kernel configs and so on). I need to be able to override some variables in /usr/src/Makefile.inc1. For the moment they are defined with '=', and I suggest defining them with '?='. The variables I need to override are KRNLSRCDIR, KRNLCONFDIR, KRNLOBJDIR. I have sent PR (misc/45961) with patch to solve my request. Please, anyone who has a commit rights, commit this patch. Andrey Beresovsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message