GNU make manual 翻译(六十一)
生活随笔
收集整理的這篇文章主要介紹了
GNU make manual 翻译(六十一)
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
繼續(xù)翻譯
3.8 Secondary Expansion ======================= In the previous section we learned that GNU `make' works in two distinct phases: a read-in phase and a target-update phase (*note How `make' Reads a Makefile: Reading Makefiles.). GNU make also has the ability to enable a _second expansion_ of the prerequisites (only) for some or all targets defined in the makefile. In order for this second expansion to occur, the special target `.SECONDEXPANSION' must be defined before the first prerequisite list that makes use of this feature.3.8 二次擴(kuò)展
在前面的章節(jié)中我們了解到 GNU make 的工作分為兩個(gè)階段:一個(gè)讀取階段 和一個(gè)目的變更階段(*note How 'make' Reads a Makefile: Reading Makefiles.)
GNU make 也有能力允許對(duì) 前提條件進(jìn)行二次擴(kuò)展。為了此二次擴(kuò)展可以發(fā)生,在第一個(gè)前提條件之前,特殊的目的 .SECONDEXPANSION 必須被定義。
后文待續(xù)
總結(jié)
以上是生活随笔為你收集整理的GNU make manual 翻译(六十一)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: ASP.NET夜话笔记06
- 下一篇: C#操作mysql中临时表不自动删除