Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 00:57:14 +0300
From:      Roman Kurakin <rik@cronyx.ru>
To:        Roman Kurakin <rik@cronyx.ru>
Cc:        hackers@freebsd.org
Subject:   Re: make install (kernel) without /modules dir
Message-ID:  <4050E0BA.5080102@cronyx.ru>
References:  <4050DCBF.5050807@cronyx.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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 of the variants is to add flag -d to install or other to mkdir -p 
> explicitly:
>
> --- Makefile.old        Fri Mar 12 00:13:45 2004
> +++ Makefile    Fri Mar 12 00:15:03 2004
> @@ -626,6 +626,7 @@
>                cp -p ${DESTDIR}/modules/* ${DESTDIR}/modules.old; \
>        fi;
> .endif
> +       mkdir -p ${DESTDIR}/modules
>         cd $S/modules ; env ${MKMODULESENV} ${MAKE} install
>
> modules-reinstall modules-reinstall.debug:
>
>
> Best regards,
>                            Roman Kurakin
>
>
>
>
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to 
> "freebsd-hackers-unsubscribe@freebsd.org"
>
>







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4050E0BA.5080102>