GNOME Bugzilla – Bug 721347
build: Don't override Automake check: target
Last modified: 2014-01-07 13:44:21 UTC
That causes warnings, which are obvious in the Continuous build view. Instead, since the goal of this code is to execute xmllint, use a stamp file target. This fixes the warnings, and furthermore ensures that we only run xmllint when the source file changes, instead of on every invocation of make.
Created attachment 265161 [details] [review] build: Don't override Automake check: target
Review of attachment 265161 [details] [review]: Looks good.
Attachment 265161 [details] pushed as 97659c6 - build: Don't override Automake check: target