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

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

继续翻译 5.3 Recipe Execution ==================== When it is time to execute recipes to update a target, they are executed by invoking a new subshell for each line of the recipe, unless the `.ONESHEL...

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

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

继续翻译 If `.ONESHELL' is provided, then only the first line of the recipe will be checked for the special prefix characters (`@', `-', and `+'). Subsequent lines will include the special character...

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

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

继续翻译 5.3.1 Using One Shell --------------------- Sometimes you would prefer that all the lines in the recipe be passed to a single invocation of the shell. There are generally two situations wher...

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

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

继续翻译 5.3.2 Choosing the Shell ------------------------ The program used as the shell is taken from the variable `SHELL'. If this variable is not set in your makefile, the program `/bin/sh' is use...

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

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

继续翻译 5.7.4 The `--print-directory' Option ------------------------------------ If you use several levels of recursive `make' invocations, the `-w' or `--print-directory' option can make the output...

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

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

继续翻译 5.9 Using Empty Recipes ======================= It is sometimes useful to define recipes which do nothing. This is done simply by giving a recipe that consists of nothing but whitespace. Fo...

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

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

继续翻译 6.3.2 Computed Variable Names ----------------------------- Computed variable names are a complicated concept needed only for sophisticated makefile programming. For most purposes you need n...

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

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

继续翻译 6.4 How Variables Get Their Values ================================== Variables can get values in several different ways: * You can specify an overriding value when you run `make'. *Note...

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

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

继续翻译 6.6 Appending More Text to Variables ==================================== Often it is useful to add more text to the value of a variable already defined. You do this with a line containing `...

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

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

继续翻译 6.7 The `override' Directive ============================ If a variable has been set with a command argument (*note Overriding Variables: Overriding.), then ordinary assignments in the makefi...

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

开发与运维

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

+关注
相关镜像