LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 655|回复: 1

make world 的一些疑惑~~~~~

[复制链接]
发表于 2004-12-6 03:59:46 | 显示全部楼层 |阅读模式
hankbook中 。make world部分

# script /var/tmp/mw.out
Script started, output file is /var/tmp/mw.out
# make TARGET
... compile, compile, compile ...
# exit
Script done, ...

9.4.7.2. 编译基本系统

您必须在/usr/src目录里边:

# cd /usr/src

(当然,除非您的源码是在其它地方,真是这样的话更换成那个目录就行了)。

使用 make(1) 命令重建系统。这个命令会从 Makefile (描述组成 FreeBSD 的程序应该怎样被重建, 以什么样的顺序建立等等) 里读取指令。

输入的一般命令格式如下:

# make -x -DVARIABLE target

这个例子里,-x 是会传递给 make(1) 的一个选项。查看 make(1) 手册有您可用的选项例子。

-DVARIABLE 传递一个变量给 Makefile。这些变量控制了 Makefile 的行为。这些同 /etc/make.conf 设置的变量一样,只是提供了另一种设置它们的方法。

# make -DNOPROFILE target

以上中  TARGET 是什么阿??应该怎么做啊?????
恳求指教!!!!


发表于 2004-12-6 12:34:07 | 显示全部楼层
target就是指buildworld,installworld等等
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表