[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] Release of libxml2-2.6.32
- From: Daniel Veillard <veillard redhat com>
- To: Roumen Petrov <bugtrack roumenpetrov info>
- Cc: xml gnome org
- Subject: Re: [xml] Release of libxml2-2.6.32
- Date: Thu, 10 Apr 2008 04:09:42 -0400
On Wed, Apr 09, 2008 at 11:44:03PM +0300, Roumen Petrov wrote:
> But orig/rej-files are for directories without Makefile.am and dist-hook
> from root Makefile.am add whole content of passed to tar command
> directory list.
> May be cleanup makefile target has to remove more file patterns or to
> control distribution content of some directories from directory
> Makefile.am .
Yeah, agreed I came to the same conclusion:
cleanup:
-@(find . -name .\#\* -exec rm {} \;)
+ -@(find . -name \*.orig -o -name \*.rej -o -name \*.old -exec rm {} \;)
should do the trick,
thanks,
Daniel
--
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard | virtualization library http://libvirt.org/
veillard redhat com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]