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

GNU make manual 翻译( 一百七十)

继续翻译 6.11 Target-specific Variable Values ==================================== Variable values in `make' are usually global; that is, they are the same regardless of where they are evaluated (unle...

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

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

继续翻译 `.FEATURES' Expands to a list of special features supported by this version of `make'. Possible values include: `archives' Supports `ar' (archive) files using special...

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

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

继续翻译 7 Conditional Parts of Makefiles ******************************** A "conditional" directive causes part of a makefile to be obeyed or ignored depending on the values of variables. Conditiona...

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

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

继续翻译 `ifndef VARIABLE-NAME' If the variable VARIABLE-NAME has an empty value, the TEXT-IF-TRUE is effective; otherwise, the TEXT-IF-FALSE, if any, is effective. The rules for expansi...

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

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

继续翻译 8.2 Functions for String Substitution and Analysis ================================================== Here are some functions that operate on strings: `$(subst FROM,TO,TEXT)' Performs a...

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

GNU make manual 翻译(十三)

继续翻译 复制代码    In the example makefile, the targets include the executable file     `edit', and the object files `main.o' and `kbd.o'.  The prerequisites     are files...

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

GNU make manual 翻译( 一百零五)

继续翻译 4.8 Empty Target Files to Record Events ======================================= The "empty target" is a variant of the phony target; it is used to hold recipes for an action that you request ...

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

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

继续翻译 `.NOTPARALLEL' If `.NOTPARALLEL' is mentioned as a target, then this invocation of `make' will be run serially, even if the `-j' option is given. Any recursively invoked `make' co...

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

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

继续翻译 6.9 Undefining Variables ======================== If you want to clear a variable, setting its value to empty is usually sufficient. Expanding such a variable will yield the same result (empt...

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

GNU make manual 翻译( 一百七十三)

继续翻译 6.13 Suppressing Inheritance ============================ As described in previous sections, `make' variables are inherited by prerequisites. This capability allows you to modify the behavio...

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

开发与运维

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

+关注
相关镜像