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...
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...
GNU make manual 翻译(六十九)
Rules undergo secondary expansion in makefile order, except that the rule with the recipe is always evaluated last. &...
GNU make manual 翻译(六十八)
继续翻译 复制代码 Secondary Expansion of Explicit Rules ------------------------------------- &n...
GNU make manual 翻译(九十三)
继续翻译 4.5.3 How Directory Searches are Performed ------------------------------------------ When a prerequisite is found thro...
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...
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 ...
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...
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 ...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。