small Readme.build addition

"rules orig" is actually pretty nice since you can forget the export step.

svn path=/dists/trunk/linux-2.6/; revision=11450
This commit is contained in:
Maximilian Attems 2008-05-25 08:55:32 +00:00
parent 05fb7b23d7
commit ab6f68f86e
1 changed files with 2 additions and 1 deletions

3
debian/README.build vendored
View File

@ -8,8 +8,9 @@ Building kernels from SVN (for official images):
../orig/linux-2.6_<version>.orig.tar.gz
(i.e. linux-2.6_2.6.26~rc3.orig.tar.gz).
3) Unpack linux-kernel-<version>.orig.tar.gz, cd into the new directory,
3) Unpack linux-2.6-<version>.orig.tar.gz, cd into the new directory,
and do a 'svn export' to get the debian/ subdirectory.
Alternatively unpack using "make -f debian/rules orig".
4) Build debian/control by running 'make -f debian/rules debian/control-real'.