summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-09 13:32:38 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-09 13:52:53 +0200
commit7eace27993ad3aa1d6911866d9c60a11f32d36d9 (patch)
tree60fe084bac482a80d1dd561dacdaaedee6b1c930 /README.md
parentef8fe2d55b438d2f6d25335d63e59a647214b69c (diff)
Support using Python 3 with iscriptconfig.
Can't use print as an expression. Also switch to using a single context line (which should hopefully be stable). This might make the patch more robust, and also makes it clear approx. where it should go. Also fix 'iscriptconfig' spelling in the readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index a5cb3fe..26b3b12 100644
--- a/README.md
+++ b/README.md
@@ -24,15 +24,16 @@ Run the following commands in the kernel root:
<i>(Note: The directory name Kconfiglib/ is significant.)</i>
-In addition to creating a handy interface, the make targets created by the patch
-(`scriptconfig` and `iscripconfig`) are needed to pick up environment variables
-set in the kernel makefiles and later referenced in the Kconfig files (<i>ARCH</i>,
-<i>SRCARCH</i>, and <i>KERNELVERSION</i> as of Linux v4.0-rc3). The documentation
-explains how the make targets are used. The compatibility tests in the test suite
-also needs them.
+In addition to creating a handy interface, the make targets created by the
+patch (`scriptconfig` and `iscriptconfig`) are needed to pick up environment
+variables set in the kernel makefiles and later referenced in the Kconfig files
+(<i>ARCH</i>, <i>SRCARCH</i>, and <i>KERNELVERSION</i> as of Linux v4.0-rc3).
+The documentation explains how the make targets are used. The compatibility
+tests in the test suite also needs them.
Please tell me if the patch does not apply. It should be trivial to apply
-manually.
+manually, as it's just a block of text that needs to be inserted near the other
+<i>*conf:</i> targets.
### Installation instructions for other projects ###