我是靠谱客的博主 潇洒灰狼,这篇文章主要介绍linux kernel 3.18.0 Makefile注释,现在分享给大家,希望可以做个参考。

VERSION = 3                     #kernel 主版本号
PATCHLEVEL = 18             #kernel 次版本号
SUBLEVEL = 0                    #kernel 修改版本号
EXTRAVERSION =              #自定义
NAME = Diseased Newt    #代号


# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
# Comments in this file are targeted only to the developer, do not
# expect to learn how to build the kernel reading this file.


# Do not use make's built-in rules and variables
# (this increases performance and avoids hard-to-debug behaviour);
MAKEFLAGS += -rR


# Avoid funny character set dependencies
unexport LC_ALL            #非传递环境变量,不会传递到下一级Makefile
LC_COLLATE=C
LC_NUMERIC=C
export LC_COLLATE LC_NUMERIC     #传递环境变量,环境变量会传递到下一级Makefile


#

最后

以上就是潇洒灰狼最近收集整理的关于linux kernel 3.18.0 Makefile注释的全部内容,更多相关linux内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(69)

评论列表共有 0 条评论

立即
投稿
返回
顶部