All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ciprian Manea <ciprian.manea.cm@gmail.com>
To: Little Penguin <little@eudyptula-challenge.org>
Cc: linux-kbuild@vger.kernel.org
Subject: [PATCH] Makefile: 8c2d815587fd: Change EXTRAVERSION from '-rc3' to 'eudyptula'
Date: Sun, 26 Jul 2015 22:41:40 +0100	[thread overview]
Message-ID: <20150726214140.GA3396@ciphp> (raw)

[-- 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

             reply	other threads:[~2015-07-26 21:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-26 21:41 Ciprian Manea [this message]
2015-07-27  2:48 ` [PATCH] Makefile: 8c2d815587fd: Change EXTRAVERSION from '-rc3' to 'eudyptula' Little Penguin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150726214140.GA3396@ciphp \
    --to=ciprian.manea.cm@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=little@eudyptula-challenge.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.