After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723998 - find without path is not allowed on FreeBSD
find without path is not allowed on FreeBSD
Status: RESOLVED FIXED
Product: dconf
Classification: Core
Component: general
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-10 07:08 UTC by Ting-Wei Lan
Modified: 2014-02-10 12:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix "make clean" problem on FreeBSD (378 bytes, patch)
2014-02-10 07:08 UTC, Ting-Wei Lan
accepted-commit_now Details | Review

Description Ting-Wei Lan 2014-02-10 07:08:14 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.
Comment 1 Allison Karlitskaya (desrt) 2014-02-10 12:29:01 UTC
Review of attachment 268634 [details] [review]:

Looks good.  Please commit.
Comment 2 Ting-Wei Lan 2014-02-10 12:40:52 UTC
attachment 268634 [details] [review] pushed as fe83b24 - Fix "make clean" problem on FreeBSD