GNOME Bugzilla – Bug 764686
build failure after "make distclean"
Last modified: 2016-04-08 15:10:27 UTC
gtk+ won't build after a make distclean $ make distclean $ git status deleted: testsuite/a11y/state/focus1.in deleted: testsuite/a11y/state/focus1.out deleted: testsuite/a11y/state/focus1.ui deleted: testsuite/a11y/state/focus2.in deleted: testsuite/a11y/state/focus2.out deleted: testsuite/a11y/state/focus2.ui $ make ... Making all in state make[4]: Entering directory '/home/ofourdan/src/gnome/gtk+/testsuite/a11y/state' make[4]: *** No rule to make target 'focus1.ui', needed by 'all-am'. Stop. make[4]: Leaving directory '/home/ofourdan/src/gnome/gtk+/testsuite/a11y/state' Makefile:915: recipe for target 'all-recursive' failed ...
You could just fix it... seems obvious enough
Yeah, sure, I will, I'm just in the middle of something else so I filed the bug before I forget :)
Created attachment 325503 [details] [review] [PATCH] test: do not remove files on distclean
Review of attachment 325503 [details] [review]: sure
Comment on attachment 325503 [details] [review] [PATCH] test: do not remove files on distclean attachment 325503 [details] [review] pushed to master as commit b3ca11a6 and to gtk-3-20 as commit 0922d40 - test: do not remove files on distclean
Closing