commit | 4b25966ab976f3a7fd9008193b2defcc82f8f04d | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 15 13:12:35 2013 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Jan 30 01:31:08 2013 +0200 |
tree | a19816b62db02be320ee3bec52790bcb8248debb | |
parent | a52a8841038638afe54ffb00e0aca48de0b1539a [diff] |
rules.mak: cleanup config generation rules This addresses two issues with config generation 1. rule generating timestamp has side effect. Thus cleanup on error does not work. 2. rule for handling timestamp is too generic. It can create any missing .h file. As a result when .h file is removed, build might try to create it using this rule which results in build errors. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>