Regression from 9c0a70f5a3faa6a76e9a06e4e192ce551d7b880c ?
Concretely the gnome-ostree build broke: http://build.gnome.org/ostree/buildmaster/tasks/build/failed/20130823.4/output.txt
Created attachment 84482 [details] [review] 0001-test-Fix-build.patch
Comment on attachment 84482 [details] [review] 0001-test-Fix-build.patch Review of attachment 84482 [details] [review]: ----------------------------------------------------------------- Sure. As a matter of coding style I usually prefer foo = or foo = \ $(NULL) depending whether I expect the list to become non-empty - the only purpose of writing $(NULL) is to reduce diff/conflicts, by not having the last item of a list be a special case (which results in 2 lines changing when 1 line is appended).
Ralf already fixed this, in fact.
Fixed in git for 1.7.6
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.