概述
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 kernel 3.18.0 Makefile注释所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复