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

GNU make manual 翻译(八十九)

继续翻译 复制代码 4.5.2 The `vpath' Directive                         ---------------------------               &...

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

GNU make manual 翻译(八十八)

继续翻译 4.5.1 `VPATH': Search Path for All Prerequisites ------------------------------------------------ The value of the `mak...

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

GNU make manual 翻译(九十)

继续翻译 复制代码 `vpath PATTERN'                              Clear out the search path associated with PATTERN.     &nbsp...

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

GNU make manual 翻译(九十四)

继续翻译 复制代码 4.5.4 Writing Recipes with Directory Search ------------------------------------------- When a prerequisite is found in another directory through directory search, this cannot change the r.....

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

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

继续翻译 To use the canned sequence, substitute the variable into the recipe of a rule. You can substitute it like any other variable (*note Basics of Variable References: Reference.). Because var...

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

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

继续翻译 When you add to a variable's value with `+=', `make' acts essentially as if you had included the extra text in the initial definition of the variable. If you defined it first with `:=', ma...

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

GNU make manual 翻译(十五)

继续翻译 复制代码    The target `clean' is not a file, but merely the name of an action.     Since you normally do not want to carry out the actions in this rule,     `clean' is ...

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

GNU make manual 翻译(二十六)

继续翻译 复制代码 2.6 Another Style of Makefile                         =============================             &nbs...

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

GNU make manual 翻译(三十五)

继续翻译 复制代码    * `#' in a line of a makefile starts a "comment".  It and the rest       of the line are ignored, except that a trailing backslash not    &nbs...

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

GNU make manual 翻译(三十八)

继续翻译 复制代码    If `make' finds none of these names, it does not use any makefile. Then you must specify a goal with a command argument, and `make' will attempt to figure out how to remake it u...

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

开发与运维

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

+关注
相关镜像