login
Header Space

 
 

Re: Using patch

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Saturday, August 29, 1992 - 8:41 am

In article <1992Aug29.032618.21762@athena.mit.edu> hammond@kwhpc.caseng.com (Kevin W. Hammond) writes:

Go to the /usr/src directory and type

      patch -c -p0 <patch1

(assuming patch1 is in /usr/src instead of /usr/src/linux).  This means
'run patch to apply context diffs, regarding all of the given pathnames
as significant, using patch1 as input'.

Alternatively, go to the /usr/src/linux directory and type

     patch -c -p1 <patch1

(assuming patch1 is in /usr/src/linux).  This means 'run patch to apply
context diffs, regarding all of the given pathnames as significant
except for one element, using patch1 as input'.

If you haven't installed from the MCC interim version of Linux, the
man pages are available (unformatted) in mcc-interim/0.97p2/source_files
in the file manpages.tar.Z.  These include the man page for patch.

     -- Owen
     LeBlanc@mcc.ac.uk
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Using patch, A. V. Le Blanc, (Sat Aug 29, 8:41 am)
speck-geostationary