文章 2017-12-19 来自:开发者社区

GNU make manual 翻译(二十八)

继续翻译 复制代码 2.7 Rules for Cleaning the Directory                         ====================================         &nbs...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译(六十三)

继续翻译    After the first expansion phase the prerequisites list of the 'myfile' target will be `onefile' and `$(TWOVAR)'; the first (unescaped) variable reference to ONEVAR is expanded, while...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 九十六)

继续翻译 复制代码 4.5.6 Directory Search for Link Libraries                         -----------------------------------------       &...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 一百)

继续翻译 Thus, you first write the line that states that `clean' is a phony target, then you write the rule, like this: .PHONY: clean clean: rm *.o temp Another example of...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 一百零七)

继续翻译 `.PRECIOUS' The targets which `.PRECIOUS' depends on are given the following special treatment: if `make' is killed or interrupted during the execution of their re...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 一百一十八)

继续翻译 `%' characters in pattern rules can be quoted with preceding backslashes (`\'). Backslashes that would otherwise quote `%' characters can be quoted with more backslashes. Backslashes that...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 一百二十一)

继续翻译 4.13 Double-Colon Rules ======================= Double-colon rules are explicit rules written with `::' instead of `:' after the target names. They are handled differently from ordinary rule...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 一百四十二)

继续翻译 5.7 Recursive Use of `make' =========================== Recursive use of `make' means using `make' as a command in a makefile. This technique is useful when you want separate makefiles for va...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 一百四十五)

继续翻译 You may notice that the `export' and `unexport' directives work in `make' in the same way they work in the shell, `sh'. If you want all variables to be exported by default, you can use ...

文章 2017-12-19 来自:开发者社区

GNU make manual 翻译( 一百四十四)

继续翻译 5.7.2 Communicating Variables to a Sub-`make' --------------------------------------------- Variable values of the top-level `make' can be passed to the sub-`make' through the environment by ...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注
相关镜像