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

GNU make manual 翻译(五十七)

继续翻译 复制代码    It's important to understand this two-phase approach because it has a direct impact on how variable and function expansion happens; this is often a source of some confusion when...

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

GNU make manual 翻译(六十四)

继续翻译 复制代码    Obviously, this is not a very interesting case since the same result could more easily have been achieved simply by having both variables appear, unescaped, in the prerequisites...

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

GNU make manual 翻译(六十九)

   Rules undergo secondary expansion in makefile order, except that the rule with the recipe is always evaluated last.                     &...

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

GNU make manual 翻译(六十八)

继续翻译 复制代码 Secondary Expansion of Explicit Rules                         -------------------------------------         &n...

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

GNU make manual 翻译(七十五)

继续翻译 复制代码 4.2 Rule Syntax                         ===============                     &nbs...

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

GNU make manual 翻译(九十三)

继续翻译 4.5.3 How Directory Searches are Performed ------------------------------------------ When a prerequisite is found thro...

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

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

继续翻译 The TARGET-PATTERN and PREREQ-PATTERNS say how to compute the prerequisites of each target. Each target is matched against the TARGET-PATTERN to extract a part of the target name, called t...

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

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

继续翻译 5.4 Parallel Execution ====================== GNU `make' knows how to execute several recipes at once. Normally, `make' will execute only one recipe at a time, waiting for it to finish before ...

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

GNU make manual 翻译( 一百六十)

继续翻译 The only restriction on this sort of use of nested variable references is that they cannot specify part of the name of a function to be called. This is because the test for a recognized funct...

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

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

继续翻译 6.10 Variables from the Environment =================================== Variables in `make' can come from the environment in which `make' is run. Every environment variable that `make' sees ...

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

开发与运维

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

+关注
相关镜像