FreeBSD Make word

2009-05-13 14:38:45来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


FreeBSD Make word
1.  `cd /usr/src'       (or to the directory containing your source tree).
2.  `make buildworld'
3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is GENERIC).
4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
5.  `reboot'        (in single user mode: boot -s from the loader prompt).
6.mount -a
7.`mergemaster -p'
8.cd /usr/src
9.  `make installworld'
10.  `make delete-old'
11.  `mergemaster'
12.  `reboot'
13.  `make delete-old-libs' (in case no 3rd party program uses them anymore)
摘至FreeBSD src Makefile 文件


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4377/showart_1110459.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:F30A内核编译配置

下一篇:使用freeBSD建立IPSEC VPN