mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
syntax-check: drop update-NEWS-hash
NEWS was replaced by docs/news.html, so the pre-requisite for this rule is not fulfilled. Also, PREV_VERSION_REGEXP does not seem to be defined anywhere. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
1a97ebae1a
commit
73c35a3083
@ -1795,20 +1795,6 @@ sc_const_long_option:
|
|||||||
halt='add "const" to the above declarations' \
|
halt='add "const" to the above declarations' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
NEWS_hash = \
|
|
||||||
$$($(SED) -n '/^\*.* $(PREV_VERSION_REGEXP) ([0-9-]*)/,$$p' \
|
|
||||||
$(srcdir)/NEWS \
|
|
||||||
| perl -0777 -pe \
|
|
||||||
's/^Copyright.+?Free\sSoftware\sFoundation,\sInc\.\n//ms' \
|
|
||||||
| md5sum - \
|
|
||||||
| $(SED) 's/ .*//')
|
|
||||||
|
|
||||||
# Update the hash stored above. Do this after each release and
|
|
||||||
# for any corrections to old entries.
|
|
||||||
update-NEWS-hash: NEWS
|
|
||||||
perl -pi -e 's/^(old_NEWS_hash[ \t]+:?=[ \t]+).*/$${1}'"$(NEWS_hash)/" \
|
|
||||||
$(srcdir)/syntax-check.mk
|
|
||||||
|
|
||||||
# Ensure that we use only the standard $(VAR) notation,
|
# Ensure that we use only the standard $(VAR) notation,
|
||||||
# not @...@ in Makefile.am, now that we can rely on automake
|
# not @...@ in Makefile.am, now that we can rely on automake
|
||||||
# to emit a definition for each substituted variable.
|
# to emit a definition for each substituted variable.
|
||||||
|
Loading…
Reference in New Issue
Block a user