[issue13326] make clean failed on OpenBSD

Remi Pointel report at bugs.python.org
Thu Nov 3 10:07:08 CET 2011


Remi Pointel <python at xiri.fr> added the comment:

> How about using the -depth option then? It's in POSIX but does OpenBSD have it? The man page of GNU find says it has a -d option (that does the same as -depth) for compatibility with BSD.

Yes, we have this option:
-depth  This primary always evaluates to true.  The same as specifying the -d option.

Source: http://www.openbsd.org/cgi-bin/man.cgi?query=find

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13326>
_______________________________________


More information about the Python-bugs-list mailing list