GNOME Bugzilla – Bug 671270
make distclean failures
Last modified: 2012-03-04 06:36:57 UTC
When running ./configure && make distclean (i.e. not a full build), I get the following error: ... test -z "applications/mimeinfo.cache org.gtk.test.enums.xml de/LC_MESSAGES/test.mo test.mo test.gresource test_resources.c gsettings.store gschemas.compiled schema-source/gschemas.compiled" || rm -f applications/mimeinfo.cache org.gtk.test.enums.xml de/LC_MESSAGES/test.mo test.mo test.gresource test_resources.c gsettings.store gschemas.compiled schema-source/gschemas.compiled rm -r xdgdatahome xdgdatadir rm: cannot remove `xdgdatahome': No such file or directory rm: cannot remove `xdgdatadir': No such file or directory make[3]: *** [distclean-local] Error 1 make[3]: Leaving directory `/home/michael/git/glib/gio/tests' make[2]: *** [distclean-recursive] Error 1 make[2]: Leaving directory `/home/michael/git/glib/gio/tests' make[1]: *** [distclean-recursive] Error 1 make[1]: Leaving directory `/home/michael/git/glib/gio' make: *** [distclean-recursive] Error 1 The attached patch should fix that.
Created attachment 208920 [details] [review] [PATCH] build: Fix failure on "make distclean"
Review of attachment 208920 [details] [review]: ok
(In reply to comment #2) > Review of attachment 208920 [details] [review]: > > ok Thanks for the review. Pushed to master