public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* applying patch
@ 1999-03-02 22:49 rajukv
       [not found] ` < 99030301490703.24829@weba3.iname.net >
  1999-03-31 23:46 ` rajukv
  0 siblings, 2 replies; 6+ messages in thread
From: rajukv @ 1999-03-02 22:49 UTC (permalink / raw)
  To: EGCS

hi,

How do I apply a patch on a egcs snapshot? for eg i have the previous snapshot distribution egcs-19990221.tar.gz now how do i apply the patch egcs-19990221-19990228.diff.gz on the above snapshot?

Thanks
Raju

---------------------------------------------------------------------
Get free email from CNN Sports Illustrated at http://email.cnnsi.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: applying patch
       [not found] ` < 99030301490703.24829@weba3.iname.net >
@ 1999-03-02 23:06   ` Alfred Perlstein
  1999-03-03  1:51     ` Andreas Schwab
  1999-03-31 23:46     ` Alfred Perlstein
  0 siblings, 2 replies; 6+ messages in thread
From: Alfred Perlstein @ 1999-03-02 23:06 UTC (permalink / raw)
  To: rajukv; +Cc: EGCS

On Wed, 3 Mar 1999 rajukv@fan.com wrote:

> hi,
> 
> How do I apply a patch on a egcs snapshot? for eg i have the previous snapshot distribution egcs-19990221.tar.gz now how do i apply the patch egcs-19990221-19990228.diff.gz on the above snapshot?
> 

assuming they are in the same directory:

gzcat < egcs-19990221.tar.gz | tar xvf -
cd egcs-19990221
gzcat < ../egcs-19990221-19990228.diff.gz | patch -p1 -E

should work, consult your various man pages and the egcs web pages if you
get stuck.

you _should_ see a lot of stuff scroll by with the words 
"Hunk succeeded" on some lines...

-Alfred


> Thanks
> Raju

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: applying patch
  1999-03-02 23:06   ` Alfred Perlstein
@ 1999-03-03  1:51     ` Andreas Schwab
  1999-03-31 23:46       ` Andreas Schwab
  1999-03-31 23:46     ` Alfred Perlstein
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 1999-03-03  1:51 UTC (permalink / raw)
  To: Alfred Perlstein; +Cc: rajukv, EGCS

Alfred Perlstein <bright@cygnus.rush.net> writes:

|> On Wed, 3 Mar 1999 rajukv@fan.com wrote:
|> 
|> > hi,
|> > 
|> > How do I apply a patch on a egcs snapshot? for eg i have the previous snapshot distribution egcs-19990221.tar.gz now how do i apply the patch egcs-19990221-19990228.diff.gz on the above snapshot?
|> > 
|> 
|> assuming they are in the same directory:
|> 
|> gzcat < egcs-19990221.tar.gz | tar xvf -
|> cd egcs-19990221
|> gzcat < ../egcs-19990221-19990228.diff.gz | patch -p1 -E
|> 
|> should work, consult your various man pages and the egcs web pages if you
|> get stuck.
|> 
|> you _should_ see a lot of stuff scroll by with the words 
|> "Hunk succeeded" on some lines...

Unless you are using patch 2.1, which is mostly silent by default.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: applying patch
  1999-03-03  1:51     ` Andreas Schwab
@ 1999-03-31 23:46       ` Andreas Schwab
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Schwab @ 1999-03-31 23:46 UTC (permalink / raw)
  To: Alfred Perlstein; +Cc: rajukv, EGCS

Alfred Perlstein <bright@cygnus.rush.net> writes:

|> On Wed, 3 Mar 1999 rajukv@fan.com wrote:
|> 
|> > hi,
|> > 
|> > How do I apply a patch on a egcs snapshot? for eg i have the previous snapshot distribution egcs-19990221.tar.gz now how do i apply the patch egcs-19990221-19990228.diff.gz on the above snapshot?
|> > 
|> 
|> assuming they are in the same directory:
|> 
|> gzcat < egcs-19990221.tar.gz | tar xvf -
|> cd egcs-19990221
|> gzcat < ../egcs-19990221-19990228.diff.gz | patch -p1 -E
|> 
|> should work, consult your various man pages and the egcs web pages if you
|> get stuck.
|> 
|> you _should_ see a lot of stuff scroll by with the words 
|> "Hunk succeeded" on some lines...

Unless you are using patch 2.1, which is mostly silent by default.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: applying patch
  1999-03-02 23:06   ` Alfred Perlstein
  1999-03-03  1:51     ` Andreas Schwab
@ 1999-03-31 23:46     ` Alfred Perlstein
  1 sibling, 0 replies; 6+ messages in thread
From: Alfred Perlstein @ 1999-03-31 23:46 UTC (permalink / raw)
  To: rajukv; +Cc: EGCS

On Wed, 3 Mar 1999 rajukv@fan.com wrote:

> hi,
> 
> How do I apply a patch on a egcs snapshot? for eg i have the previous snapshot distribution egcs-19990221.tar.gz now how do i apply the patch egcs-19990221-19990228.diff.gz on the above snapshot?
> 

assuming they are in the same directory:

gzcat < egcs-19990221.tar.gz | tar xvf -
cd egcs-19990221
gzcat < ../egcs-19990221-19990228.diff.gz | patch -p1 -E

should work, consult your various man pages and the egcs web pages if you
get stuck.

you _should_ see a lot of stuff scroll by with the words 
"Hunk succeeded" on some lines...

-Alfred


> Thanks
> Raju


^ permalink raw reply	[flat|nested] 6+ messages in thread

* applying patch
  1999-03-02 22:49 applying patch rajukv
       [not found] ` < 99030301490703.24829@weba3.iname.net >
@ 1999-03-31 23:46 ` rajukv
  1 sibling, 0 replies; 6+ messages in thread
From: rajukv @ 1999-03-31 23:46 UTC (permalink / raw)
  To: EGCS

hi,

How do I apply a patch on a egcs snapshot? for eg i have the previous snapshot distribution egcs-19990221.tar.gz now how do i apply the patch egcs-19990221-19990228.diff.gz on the above snapshot?

Thanks
Raju

---------------------------------------------------------------------
Get free email from CNN Sports Illustrated at http://email.cnnsi.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-03-31 23:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-02 22:49 applying patch rajukv
     [not found] ` < 99030301490703.24829@weba3.iname.net >
1999-03-02 23:06   ` Alfred Perlstein
1999-03-03  1:51     ` Andreas Schwab
1999-03-31 23:46       ` Andreas Schwab
1999-03-31 23:46     ` Alfred Perlstein
1999-03-31 23:46 ` rajukv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).