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
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
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
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
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
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
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
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
8 matches
Mail list logo