cvs commit: src/release Makefile
Dag-Erling Smørgrav
des at des.no
Mon Jun 12 12:55:10 UTC 2006
Colin Percival <cperciva at FreeBSD.org> writes:
> Log:
> When deleting empty directories prior to building the release tarballs,
> pass the "-empty" flag to find(1). This change has no effect other
> than to get rid of a few pages of "rmdir: ...: Directory not empty"
> error messages. (Note that the "-empty" flag has been supported by
> find(1) since 4.3-RELEASE.)
you might as well drop the xargs (which isn't idiomatically correct
anyway, you should use -print0 / xargs -0) and replace -print with
-delete.
DES
--
Dag-Erling Smørgrav - des at des.no
More information about the cvs-src
mailing list