Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 14:52:14 +0200
From:      des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=)
To:        Colin Percival <cperciva@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release Makefile
Message-ID:  <86y7w2sfi9.fsf@xps.des.no>
In-Reply-To: <200606090340.k593e59A014207@repoman.freebsd.org> (Colin Percival's message of "Fri, 9 Jun 2006 03:40:04 %2B0000 (UTC)")
References:  <200606090340.k593e59A014207@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Colin Percival <cperciva@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
--=20
Dag-Erling Sm=F8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86y7w2sfi9.fsf>