我是靠谱客的博主 潇洒灰狼,最近开发中收集的这篇文章主要介绍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 kernel 3.18.0 Makefile注释所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部