linux – Scons:如何强制重建?
发布时间:2020-12-30 15:03:05 所属栏目:Linux 来源:互联网
导读:使用make时,我可以指定’make -B’来强制重建. 但是如何用scons指定它,强制重建’all’或强制重建特定文件夹? 谢谢. 试试这个: scons --clean [targets]scons --no-cache [targets] 参考:http://scons.tigris.org/issues/show_bug.cgi?id=438
使用make时,我可以指定’make -B’来强制重建. 但是如何用scons指定它,强制重建’all’或强制重建特定文件夹? 解决方法试试这个:scons --clean [targets] scons --no-cache [targets] 参考:http://scons.tigris.org/issues/show_bug.cgi?id=438 (编辑:哈尔滨站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐
- 找不到mysql.sock,我在哪里可以找到它?
- linux-device-driver – add_disk()在insmod上挂
- linux – MongoDB安装错误:“mongod:加载共享库
- linux-kernel – dirty_expire_centisecs的实现
- Common Linux log files name and usage--refere
- linux – Gnu时间和格式输出
- LINUX教学:sudo 出现unable to resolve host 解决
- 内存管理 – 哪些数据结构使用128MB的1GB Linux内
- Handling of asynchronous events---reference
- linux – 在Debian Squeeze上升级phpmyadmin(和其
热点阅读