cvs commit: ports/net/erlyvideo Makefile pkg-plist

Doug Barton dougb at FreeBSD.org
Fri Jun 3 20:17:16 UTC 2011


On 06/03/2011 08:09, René Ladan wrote:
> 2011/6/3 Ruslan Mahmatkhanov<cvs-src at yandex.ru>:
>> 03.06.2011 01:35, Doug Barton пишет:
>>>
>>> On 06/02/2011 11:21, Ruslan Mahmatkhanov wrote:
>>>>
>>>> + @${FIND} ${WRKSRC} -type f -name .gitignore -delete -or -name "*.bak" \
>>>> + -delete -or -name "*.orig" -delete
>>>
>>> @${FIND} ${WRKSRC} -type f \( -name .gitignore -or -name "*.bak" -or -name
>>> "*.orig" \) -delete
>>>
> Ok, but this does not seem to work for directories.

The original request was for '-type f' specifically. :)  find will 
remove empty directories with '-delete' but it won't remove directories 
that have stuff in them. It's not clear to me if this is a bug or not.


Doug

-- 

	Nothin' ever doesn't change, but nothin' changes much.
			-- OK Go

	Breadth of IT experience, and depth of knowledge in the DNS.
	Yours for the right price.  :)  http://SupersetSolutions.com/



More information about the cvs-all mailing list