diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-03 20:26:29 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-03 20:26:47 +0200 |
| commit | decadba9c28e86de23e0ed3f5819c72a0f9ad3d9 (patch) | |
| tree | 2da82b20fb7cefff95c839b673aadf6bb4ff4ba6 | |
| parent | f954e0ac5c627a470a1529116d66ebeb36abab23 (diff) | |
Clarify --config-out description a bit
| -rw-r--r-- | README.rst | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -148,11 +148,12 @@ Make comment) in ``.config``, allowing them to be tested with ``ifdef`` in Make. If you make use of this, you might want to pass ``--config-out <filename>`` to -``genconfig`` and include the generated configuration file instead of including -``.config`` directly. This has the advantage that the generated configuration -file will always be a "full" configuration file, even if ``.config`` is -outdated. Otherwise, it might be necessary to run ``old(def)config`` or -``menuconfig`` before rebuilding with an outdated ``.config``. +``genconfig`` and include the configuration file it generates instead of +including ``.config`` directly. This has the advantage that the generated +configuration file will always be a "full" configuration file, even if +``.config`` is outdated. Otherwise, it might be necessary to run +``old(def)config`` or ``menuconfig`` before rebuilding with an outdated +``.config``. If you use ``--sync-deps`` to generate incremental build information, you can include ``deps/auto.conf`` instead, which is also a full configuration file. |
