【问题标题】:how to interpret the output information while installing program in ubuntu [duplicate]在ubuntu中安装程序时如何解释输出信息[重复]
【发布时间】:2016-02-06 21:15:14
【问题描述】:

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

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

“5”代表什么?

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

【问题讨论】:

    标签: shell ubuntu installation output llvm


    【解决方案1】:

    它在 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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-07-05
      • 2014-09-07
      • 2019-05-13
      • 1970-01-01
      • 2020-07-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多