Re: make install (kernel) without /modules dir

2004-03-12 Thread Roman Kurakin
Ruslan Ermilov wrote: On Fri, Mar 12, 2004 at 06:08:22PM +0300, Roman Kurakin wrote: [...] 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: -INSTALL ?= install -D +INSTALL ?= install -D This

Re: make install (kernel) without /modules dir

2004-03-12 Thread Roman Kurakin
Dag-Erling SmÃrgrav wrote: Roman Kurakin <[EMAIL PROTECTED]> 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 optio

Re: make install (kernel) without /modules dir

2004-03-12 Thread Dag-Erling Smørgrav
Roman Kurakin <[EMAIL PROTECTED]> 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 ther

Re: make install (kernel) without /modules dir

2004-03-12 Thread Ruslan Ermilov
On Fri, Mar 12, 2004 at 06:08:22PM +0300, Roman Kurakin wrote: [...] > 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: > > -INSTALL ?= install -D > +INSTALL ?= install -D > > This flag dict

Re: make install (kernel) without /modules dir

2004-03-12 Thread Roman Kurakin
Ruslan Ermilov wrote: Roman Kurakin wrote: I forget to say that this problem is for 4. branch Roman Kurakin wrote: Hi, It seems that I've found another problem. If /modules dir would be removed, make install (of kernel and kernel modules) will not create modules dir and you'll get /m

Re: make install (kernel) without /modules dir

2004-03-12 Thread Ruslan Ermilov
Roman Kurakin wrote: > I forget to say that this problem is for 4. branch > > Roman Kurakin wrote: > > >Hi, > > > > It seems that I've found another problem. If /modules dir would be > >removed, > >make install (of kernel and kernel modules) will not create modules > >dir and you'll > >get /m

Re: make install (kernel) without /modules dir

2004-03-11 Thread Roman Kurakin
I forget to say that this problem is for 4. branch Roman Kurakin wrote: Hi, It seems that I've found another problem. If /modules dir would be removed, make install (of kernel and kernel modules) will not create modules dir and you'll get /modules file with one of the modules inside. One o

make install (kernel) without /modules dir

2004-03-11 Thread Roman Kurakin
Hi, It seems that I've found another problem. If /modules dir would be removed, make install (of kernel and kernel modules) will not create modules dir and you'll get /modules file with one of the modules inside. One of the variants is to add flag -d to install or other to mkdir -p explicit