From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 12 14:50:05 2004 Return-Path: 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 C925A16A4CE for ; Fri, 12 Mar 2004 14:50:05 -0800 (PST) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213FE43D39 for ; Fri, 12 Mar 2004 14:50:05 -0800 (PST) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i2CMl3D8067321 for hackers@FreeBSD.org.checked; (8.12.8/vak/2.1) Sat, 13 Mar 2004 01:47:03 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (rik.cronyx.ru [172.22.4.1]) by hanoi.cronyx.ru with ESMTP id i2CMkFOl067267; (8.12.8/vak/2.1) Sat, 13 Mar 2004 01:46:16 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <40523FA8.3020105@cronyx.ru> Date: Sat, 13 Mar 2004 01:54:32 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020610 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyDnv70=?= References: <4051BE3B.2090500@cronyx.ru> <20040312142538.GA1537@ip.net.ua> <4051D266.7010403@cronyx.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit cc: hackers@FreeBSD.org cc: Ruslan Ermilov Subject: Re: make install (kernel) without /modules dir X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 22:50:05 -0000 Dag-Erling Smørgrav wrote: >Roman Kurakin writes: > > >>If our install was like linux one which have -D flag, we could solve >>our problem by setting it globaly to install in sys.mk: >>[...] >>My FreeBSD 3.4 machine tolds me that -D is debug flag. >> >> > >install(1) no longer has a -D option (since May 2001), so there's >nothing to stop someone from reusing it for this purpose. > >Why are you still running 3.4? > This is an old well configured server. New one will run 5.2.1 when I'll get enought time to configure it and test all applications. :-) This is an old good rule if it works do not touch it. rik > >DES > >