]> git.hungrycats.org Git - linux/commitdiff
Don't generate a timestamp that annoys git
authorZygo Blaxell <zblaxell@feedme.hungrycats.org>
Fri, 29 Feb 2008 11:52:40 +0000 (06:52 -0500)
committerZygo Blaxell <zblaxell@feedme.hungrycats.org>
Fri, 29 Feb 2008 11:52:40 +0000 (06:52 -0500)
scripts/kconfig/confdata.c

index e0f402f3b75d94d765875a6299f1f154e23a1c32..d86a5daf44db642d290929bf9ac436b21187b8c5 100644 (file)
@@ -454,7 +454,7 @@ int conf_write(const char *name)
                       "#\n"),
                     sym_get_string_value(sym),
                     use_timestamp ? "# " : "",
-                    use_timestamp ? ctime(&now) : "");
+                    use_timestamp ? "<timestamp>" : "");
 
        if (!conf_get_changed())
                sym_clear_all_valid();