From: Michal Marek Date: Sat, 13 Apr 2013 19:21:15 +0000 (+0200) Subject: rpm-pkg: Always regenerate the specfile X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6501320311664e11ad5489fedb17ea1f817c2617;p=pandora-kernel.git 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 --- Reading git-diff-tree failed