]> git.baikalelectronics.ru Git - kernel.git/commit
rpm-pkg: Always regenerate the specfile
authorMichal Marek <mmarek@suse.cz>
Sat, 13 Apr 2013 19:21:15 +0000 (21:21 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 18 Apr 2013 12:56:54 +0000 (14:56 +0200)
commitdb09ecbd746dcb960a90dbcb4c034d2875af5872
tree0fcf7e4d22ca584a737b876241b69c517cc8b22c
parenta4d113ca385d0cb8d3c41547a2b00f290552a29e
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>
scripts/package/Makefile