码迷,mamicode.com
首页 > 其他好文 > 详细

Makefile export

时间:2019-10-06 20:19:22      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:传递   执行   ref   tail   art   shell   不同的   https   blog   

1.在(parent,上层的)makefile中export出来变量,子makefile(sub make)中,是可以访问的。

2. 而同一级别的makefile(可通过makefile中内置变量MAKELEVEL查看得知当前makefile的levlel),是无法通过export来传递变量的,即一个makefile中export出来一个变量,同一级的另外一个makefile中,是无法访问/得到的。

3.makefile中的export是导出变量到子makfile,而目标对应执行的动作中的export,是属于shell中的export,其作用是导出变量到当前shell。此两个export的作用是不同的。

 

 

https://blog.csdn.net/yu704645129/article/details/50441963

Makefile export

标签:传递   执行   ref   tail   art   shell   不同的   https   blog   

原文地址:https://www.cnblogs.com/lelin/p/11628082.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!