这几天一直在考虑这样一个问题:
如何才能有效地组织项目的源代码?
主要在嵌入式 Linux 领域,达到如下目的:
- 方便的管理项目中所包含的各个 Open Source Software 的 configure 选项
- 快速、方便地重新编译整个项目
- 快速、方便地重新编译整个项目,为另一个硬件平台
Hi all, how to effectively organize the open source of a project?
Mainly in embedded Linux field, aim to:
- Set configure option for each Open Source Software easily, inculding the same options and the specific ones.
- Recompile *all* project quickly and easily.
- Recompile the project for another hardware platform quickly and easily.
Any comments is welcome!














