commit | 6501320311664e11ad5489fedb17ea1f817c2617 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Sat Apr 13 21:21:15 2013 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Thu Apr 18 14:56:54 2013 +0200 |
tree | 0fcf7e4d22ca584a737b876241b69c517cc8b22c | |
parent | 403d3cc47307c78597d75e420f091cf4a2e7a56a [diff] |
rpm-pkg: Always regenerate the specfile The *pkg targets are always run, so it makes no sense to cache the generated specfile. This also fixes build errors when the specfile becomes out of date, without the Makefile noticing it: $ make rpm works $ echo yadadada >localversion-test $ make rpm fails, because kernel.spec assumes the old kernel release string Signed-off-by: Michal Marek <mmarek@suse.cz>