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内容请搜索靠谱客的其他文章。
发表评论 取消回复