From 374f48873424f9167f508a53a80f3ea1c2d41c46 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 8 Sep 2018 17:25:51 +0200 Subject: Clean up kernel Makefile patch and add new targets Add two new targets: - 'make kmenuconfig' runs the menuconfig interface - 'make dumpvarsconfig' lists all referenced environment variables together with their values (assuming they used the preprocessor syntax) Remove the 'kconfiglibtestconfig' target, which is no longer used. Also clean up the target definitions. The joys of ancient code. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 54d8ad2..7eb1197 100644 --- a/README.rst +++ b/README.rst @@ -21,10 +21,10 @@ exclusively, with lots of small helper scripts in other projects. Kconfiglib implements the recently added `Kconfig preprocessor `_. For backwards compatibility, environment variables can be referenced both as -``$(FOO)`` (the new syntax) and as ``$FOO`` (the old syntax). Support for the -old syntax might be removed in the future (the major version would be increased -at the same time). Using the old syntax with an undefined environment variable -keeps the string as is. +``$(FOO)`` (the new syntax) and as ``$FOO`` (the old syntax). The old syntax is +deprecated, but will probably be supported for a very long time (the major +version would be increased if support is ever dropped). Using the old syntax +with an undefined environment variable keeps the string as is. Note: See `this issue `_ if you run into a "macro expanded to blank string" error with kernel 4.18+. -- cgit v1.2.3