GNOME Bugzilla – Bug 726683
make check/dist broken
Last modified: 2014-03-19 21:13:19 UTC
Created attachment 272362 [details] [review] remove removed files from EXTRA_DIST Hi, After update, running 'make check' results in: Making check in po make[1]: Entering directory `/home/marek/wayland/mutter/po' make[1]: *** No rule to make target `../src/core/session.c', needed by `mutter-wayland.pot'. Stop. make[1]: Leaving directory `/home/marek/wayland/mutter/po' make: *** [check-recursive] Error 1 https://git.gnome.org/browse/mutter/commit/?h=wayland&id=5fa5ace5e6023932399de1c7ec471f09c870cf7b and running 'make dist': make dist-xz am__post_remove_distdir='@:' make[1]: Entering directory `/home/marek/wayland/sandbox/mutter' make[1]: *** No rule to make target `HACKING', needed by `distdir'. Stop. make[1]: Leaving directory `/home/marek/wayland/sandbox/mutter' make: *** [dist] Error 2 https://git.gnome.org/browse/mutter/commit/?h=wayland&id=ff635bad3b72c70120a9bf4f78e8bdfb71fe6f0b Verified on branch-new clone from git for the case I had some 'dirty' files in tree. Attached patch for the later one Regards, Marek Chalupa
Created attachment 272364 [details] [review] update POTFILES.in fix for make check
Attachment 272364 [details] pushed as 27c018a - update POTFILES.in Thanks! I'll push a slightly differently version of the first patch that I had already written when I remembered this bug go by (which doesn't split EXTRA_DIST between Makefile.am and doc/Makefile.am)