diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-05-15 23:22:56 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-05-24 16:13:40 +0200 |
commit | bdebd4892e05cc9068659f25af33c6b322034eb2 (patch) | |
tree | 748cb44e626383e2f877b194c49d61b0f687c304 /Documentation/kbuild | |
parent | 6ef3d36eee2a5593e31f9f77b4aa992024838ff7 (diff) | |
download | linux-3.10-bdebd4892e05cc9068659f25af33c6b322034eb2.tar.gz linux-3.10-bdebd4892e05cc9068659f25af33c6b322034eb2.tar.bz2 linux-3.10-bdebd4892e05cc9068659f25af33c6b322034eb2.zip |
kconfig: do not record timestamp in .config
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/kconfig.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt index cca46b1a0f6..c313d71324b 100644 --- a/Documentation/kbuild/kconfig.txt +++ b/Documentation/kbuild/kconfig.txt @@ -48,11 +48,6 @@ KCONFIG_OVERWRITECONFIG If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not break symlinks when .config is a symlink to somewhere else. -KCONFIG_NOTIMESTAMP --------------------------------------------------- -If this environment variable exists and is non-null, the timestamp line -in generated .config files is omitted. - ______________________________________________________________________ Environment variables for '{allyes/allmod/allno/rand}config' |