GNU make manual 翻译(四十二)
继续翻译 复制代码 When `make' processes an `include' directive, it suspends reading of the containing makefile and reads from each listed file in turn. When that is finished, `...
GNU make manual 翻译(四十六)
继续翻译 复制代码 For compatibility with some other `make' implementations, `sinclude' is another name for `-include'. ...
GNU make manual 翻译(四十五)
继续翻译 复制代码 If you want `make' to simply ignore a makefile which does not exist or cannot be remade, with no error message, use the `-include' directive instead of `include', li...
GNU make manual 翻译(四十七)
继续翻译 复制代码 3.4 The Variable `MAKEFILES' ============================ ...
GNU make manual 翻译(四十八)
继续翻译 复制代码 3.5 How Makefiles Are Remade ============================ ...
GNU make manual 翻译(五十)
继续翻译 复制代码 If you do not specify any makefiles to be read with `-f' or `--file' options, `make' will try the default makefile names; *note What Name to Give Your Makefile: Makefile N...
GNU make manual 翻译(五十一)
继续翻译 复制代码 When you use the `-t' or `--touch' option (*note Instead of Executing Recipes: Instead of Execution.), you would not want to use an out-of-date makefile to decide which ta...
GNU make manual 翻译(五十二)
继续翻译 复制代码 However, on occasion you might actually wish to prevent updating of even the makefiles. You can do this by specifying the makefiles as goals in the command line as ...
GNU make manual 翻译(五十四)
继续翻译 复制代码 For example, if you have a makefile called `Makefile' that says how to make the target `foo' (and other targets), you can write a makefile called `GNUmakefile' that contai...
GNU make manual 翻译(五十六)
继续翻译 复制代码 3.7 How `make' Reads a Makefile =============================== ...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。