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

GNU make manual 翻译(十九)

继续翻译 复制代码    After recompiling whichever object files need it, `make' decides   whether to relink `edit'.  This must be done if the file `edit' does not exist, or if any of the obj...

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

GNU make manual 翻译(二十二)

继续翻译 复制代码 Then, each place we want to put a list of the object file names, we can  substitute the variable's value by writing `$(objects)' (*note How to Use Variables: Using Variables.).   &...

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

GNU make manual 翻译(三十七)

继续翻译 复制代码 3.2 What Name to Give Your Makefile                         ===================================          ...

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

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

继续翻译 `.EXPORT_ALL_VARIABLES' Simply by being mentioned as a target, this tells `make' to export all variables to child processes by default. *Note Communicating Variables to a Sub-`make': Variables/.....

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

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

继续翻译 `.ONESHELL' If `.ONESHELL' is mentioned as a target, then when a target is built all lines of the recipe will be given to a single invocation of the shell rather than each line ...

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

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

继续翻译 4.12 Static Pattern Rules ========================= Static pattern rules are rules which specify multiple targets and construct the prerequisite names for each target based on the target name...

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

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

继续翻译 The double-colon rules for a target are executed in the order they appear in the makefile. However, the cases where double-colon rules really make sense are those where the order of execut...

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

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

继续翻译 Here is the pattern rule to generate a file of prerequisites (i.e., a makefile) called `NAME.d' from a C source file called `NAME.c': %.d: %.c @set -e; rm -f $@; \ ...

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

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

继续翻译 5 Writing Recipes in Rules ************************** The recipe of a rule consists of one or more shell command lines to be executed, one at a time, in the order they appear. Typically, the...

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

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

继续翻译 5.1.2 Using Variables in Recipes -------------------------------- The other way in which `make' processes recipes is by expanding any variable references in them (*note Basics of Variable Ref...

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

开发与运维

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

+关注
相关镜像