Skip to content
Commit 65013203 authored by Michal Marek's avatar Michal Marek
Browse files

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: default avatarMichal Marek <mmarek@suse.cz>
parent 403d3cc4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment