From: Russell King <rmk@arm.linux.org.uk>
To: Duncan Gauld <duncan@gauldd.freeserve.co.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Possible README patch
Date: Sat, 5 May 2001 10:21:33 +0100 [thread overview]
Message-ID: <20010505102133.A16788@flint.arm.linux.org.uk> (raw)
In-Reply-To: <01050510040100.05769@pc-62-31-91-153-dn>
In-Reply-To: <01050510040100.05769@pc-62-31-91-153-dn>; from duncan@gauldd.freeserve.co.uk on Sat, May 05, 2001 at 10:04:01AM -0400
On Sat, May 05, 2001 at 10:04:01AM -0400, Duncan Gauld wrote:
> Information in the README file says that when patching, the -p0 option is
> used with patch (eg tar xvzf <patch>.tar.gz | patch -p0).
You probably have done:
gzip -dc linux-2.4.XX.tar.gz | tar zvf -
cd linux
gzip -dc patchXX.gz | patch -p0
which will fail since the patch file specifies all files with a path
starting with 'linux/'. However, the instructions in the README are
for the following situation:
gzip -dc linux-2.4.XX.tar.gz | tar zvf -
gzip -dc patchXX.gz | patch -p0
which may work, but note that patch can be a little tempremental about
the filenames it chooses from the patch file. The absolute safest way
to apply a patch is:
gzip -dc linux-2.4.XX.tar.gz | tar zvf -
cd linux
gzip -dc patchXX.gz | patch -p1
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
next prev parent reply other threads:[~2001-05-05 9:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-05 14:04 Duncan Gauld
2001-05-05 9:21 ` Russell King [this message]
2001-05-10 11:58 ` Anuradha Ratnaweera
2001-05-13 18:17 ` Ralf Baechle
2001-05-11 5:36 ` David S. Miller
2001-05-05 9:22 ` Albert D. Cahalan
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=20010505102133.A16788@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=duncan@gauldd.freeserve.co.uk \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®