• M
    rules.mak: cleanup config generation rules · 4b25966a
    Michael S. Tsirkin 提交于
    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: NMichael S. Tsirkin <mst@redhat.com>
    4b25966a
rules.mak 4.3 KB