FreeBSD ports 开发技术研究
介绍
make fetch
make extract
make patch
make build
make installmake fetch
+- make pre-fetch
+- make do-fetch
+- make post-fetch
make extract
+- make pre-extract
+- make do-extract
+- make post-extract
make patch
+- make pre-patch
+- make do-patch
+- make post-patch
make configure
+- make pre-configure
+- make do-configure
+- make post-configure
make build
+- make pre-build
+- make do-build
+- make post-fetch
make install
+- make pre-install
+- make do-install
+- make post-install目标阶段
使用 make 命令进行调试
常见问题与解答
Q. 为什么这篇文章写得有点杂乱?
Q. 那么你最终解决了吗?
参考文献
最后更新于
这有帮助吗?