* [PATCH] Makefile: 8c2d815587fd: Change EXTRAVERSION from '-rc3' to 'eudyptula'
@ 2015-07-26 21:41 Ciprian Manea
2015-07-27 2:48 ` Little Penguin
0 siblings, 1 reply; 2+ messages in thread
From: Ciprian Manea @ 2015-07-26 21:41 UTC (permalink / raw)
To: Little Penguin; +Cc: linux-kbuild
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
According to Task 03 of Eudyptula Challenge, when running the newly
compiled kernel, 'eudyptula' string should be visible in the kernel
version, when running 'uname -r' command.
Signed-off-by: Ciprian Manea <ciprian.manea.cm@gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a9ad490..c9580d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 4
PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -rc3
+EXTRAVERSION = -eudyptula
NAME = Hurr durr I'ma sheep
# *DOCUMENTATION*
--
1.9.1
[-- Attachment #2: proof-of-running.txt --]
[-- Type: text/plain, Size: 894 bytes --]
1. Modifie the EXTRAVERSION field
ciphp@ciphp:~/Workspace/Eudyptula/linusTree/linux$ git status
On branch edyptulaTask2
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: Makefile
no changes added to commit (use "git add" and/or "git commit -a")
ciphp@ciphp:~/Workspace/Eudyptula/linusTree/linux$ git diff Makefile
diff --git a/Makefile b/Makefile
index a9ad490..c9580d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 4
PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -rc3
+EXTRAVERSION = -eudyptula
NAME = Hurr durr I'ma sheep
# *DOCUMENTATION*
2. Booting with the new compiled kernel
ciphp@ciphp:~/Workspace/Eudyptula$ uname -a
Linux ciphp 4.2.0-eudyptula-00021-g345647c #3 SMP Sun Jul 26 00:35:28 IST 2015 x86_64 x86_64 x86_64 GNU/Linux
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-27 2:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-26 21:41 [PATCH] Makefile: 8c2d815587fd: Change EXTRAVERSION from '-rc3' to 'eudyptula' Ciprian Manea
2015-07-27 2:48 ` Little Penguin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.