ubuntu下使用fstab挂载硬盘时,属于root,如何把它改为属于一个用户的(如sgjm)
摘要:http://zhidao.baidu.com/link?url=xnakfVD16EtunTSt3wBm153DyqHnXN3FSPO1E_2SpVmM5bmEIwICLA0N6zN85_ioQ3fL2Jb1T9TKv0GWL8MKdq挂载后用 chown sgjm 挂载点 更改属主即可。就像改一...
阅读全文
Android Makefile中是 如何识别 TARGET_PRODUCT 的
摘要:http://blog.csdn.net/stevenliyong/article/details/5285334今天有时间小看一下Android 的Makefile, 终于稍有明白Android 编译系统是如何通过环境变量 TARGET_PRODUCT 来决定编译定制product.首先, 编译A...
阅读全文
Makefile 中@是什么意思
摘要:http://bbs.chinaunix.net/thread-1916415-1-1.htmllinux源码的顶级Makefile中有这么一句$(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make...
阅读全文
make/makefile中的加号+,减号-和at号@的含义
摘要:http://www.crifan.com/order_make__makefile_in_the_plus__minus_-_and_at_the_meaning_of_numbers/在看makefile,其中有些依赖规则中的命令行前面,会有一些减号“-”或者at符号“@”,比如:distcle...
阅读全文