Re: [ptxdist] Install directory hierarchy?

2008-09-04 Thread Robert Schwebel
On Thu, Sep 04, 2008 at 08:22:51AM +0930, [EMAIL PROTECTED] wrote: We've got a few packages that would be simplified by an install_dir_recursive command. At the moment, we have constructs such as: @for i in $$(find $(EXAMPLEPKG_DIR)/ ! -type d); do\

[ptxdist] Install directory hierarchy?

2008-09-03 Thread Gary Thomas
Is there any [simple] way to install a complete tree into the target? I'd like to be able to write a single macro to copy an entire tree, e.g. from sysroot-target into my target root. I've seen lots of cases of installing a file or two, or in the case of Python, even a whole sub-tree, but this

Re: [ptxdist] Install directory hierarchy?

2008-09-03 Thread graham . gower
We've got a few packages that would be simplified by an install_dir_recursive command. At the moment, we have constructs such as: @for i in $$(find $(EXAMPLEPKG_DIR)/ ! -type d); do\ filename=`find $$i -printf %f\n`\ $(call install_copy,