[리눅스커널] sparse를 설치해 리눅스 커널을 빌드하기
Post
원문 보기 →[리눅스커널] sparse를 설치해 리눅스 커널을 빌드하기
아래 명령어를 입력해 sparse 소스를 내려받습니다. root:~/oss_prj/spare_src$ git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git 소스를 내려 받고 생성되는 sparse 디렉터리에 이동해, PREFIX의 위치를 변경합니다. root:~/oss_prj/spare_src/sparse$ git diffdiff --git a/Makefile b/Makefileindex 69d20e7..0c7a107 100644--- a/Makefile+++ b/Makefile@@ -1,4 +1,4 @@-VERSION=0.6.3+/VERSION=0.6.3 ###############################################


