如何在ubuntu中安装程序时解释输出信息

时间:2016-02-06 21:15:14

标签: shell ubuntu installation output llvm

我正在安装llvm,我在shell上注意到了这一点:

  

llvm [5]:为Release + Asserts build编译SemaAccess.cpp

" 5"代表什么?

提前感谢您回答我的noob问题。

1 个答案:

答案 0 :(得分:0)

它在llvm中的make级别,用make中的MAKELEVEL变量表示。 在文件Makefile.rules中看到EchoCmd的定义:

结帐:

https://www.gnu.org/software/make/manual/html_node/Variables_002fRecursion.html#Variables_002fRecursion

重复的问题。

meanning of llvm[n] when compiling llvm, where n is an integer