line 26 of the 'cleanlinks' script uses find to remove empty directories, but my version of find gives a warning unless global options like -depth are put before any tests or actions. so the line: find . -type d -depth -empty -print -exec rmdir {} \; should become: find . -depth -type d -empty -print -exec rmdir {} \; to avoid the warning. I'm using Gentoo Linux, with version 1.0.2 of x11-misc/imake and version 4.3.2 of sys-apps/findutils.
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Hi this is still happening in Gentoo, the change proposed above fixes it. http://bugs.gentoo.org/show_bug.cgi?id=192756
Please check bug #10019 for a suggested cleanlinks script.
Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.