commit | e2441b43190efe0c1e156455b35397ac5efd2610 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Aug 09 19:43:14 2012 +0200 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Aug 31 17:32:57 2012 +0300 |
tree | 156d8537b94f81632e12cc1c1478de96de056ee6 | |
parent | 8089ed792832e5d3dd219da435c5a08d969662b4 [diff] |
UBIFS: remove __DATE__ and __TIME__ This tag is useless and it breaks automatic builds. It causes rebuilds for packages that depend on kernel for no real reason. Further, quoting Michal, who removed most of the users already: The kernel already prints its build timestamp during boot, no need to repeat it in random drivers and produce different object files each time. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>