lkml.org 
[lkml]   [2002]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCHlet] Documentation/SubmittingPatches
Date
Hi.

This little patch shall reflect that the kernel tree is now extracted to
linux-x.y.z instead of linux.
Besides, it updates the version number in the examples.

Diff is against 2.5.51.

Regards,
Matthias

diff -urN linux-2.5.51/Documentation/SubmittingPatches
linux-2.5.51-mj/Documentation/SubmittingPatches
--- linux-2.5.51/Documentation/SubmittingPatches Tue Dec 10 03:45:42 2002
+++ linux-2.5.51-mj/Documentation/SubmittingPatches Fri Dec 13 00:44:16 2002
@@ -33,7 +33,7 @@

To create a patch for a single file, it is often sufficient to do:

- SRCTREE= /devel/linux-2.4
+ SRCTREE= /devel/linux-2.5
MYFILE= drivers/net/mydriver.c

cd $SRCTREE
@@ -45,10 +45,10 @@
or unmodified kernel source tree, and generate a diff against your
own source tree. For example:

- MYSRC= /devel/linux-2.4
+ MYSRC= /devel/linux-2.5

- tar xvfz linux-2.4.0-test11.tar.gz
- mv linux linux-vanilla
+ tar xvfz linux-2.5.51.tar.gz
+ mv linux-2.5.51 linux-vanilla
wget http://www.moses.uklinux.net/patches/dontdiff
diff -urN -X dontdiff linux-vanilla $MYSRC > /tmp/patch
rm -f dontdiff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.031 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site