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/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to