GNOME Bugzilla – Bug 723998
find without path is not allowed on FreeBSD
Last modified: 2014-02-10 12:40:52 UTC
Created attachment 268634 [details] [review] Fix "make clean" problem on FreeBSD Command such as "find -name '*.gcno' -delete" should be changed to "find . -name '*.gcno' -delete" because FreeBSD find requires at least a path. POSIX find requires it, too.
Review of attachment 268634 [details] [review]: Looks good. Please commit.
attachment 268634 [details] [review] pushed as fe83b24 - Fix "make clean" problem on FreeBSD