Re: Make script rtems-bsps compatible with GNU find

2015-12-14 Thread Chris Johns
On 12/15/15 00:11, Pavel Pisa wrote: If the -maxdepth is accepted by your/others BSD, OS X, Cygwin finds flavors then next change would make script to run on Linux. Thank you for this and the patch. I will update the rtems-bsps script on 4.11 and master. It will be in 4.11.0-rc2. Chris ___

Make script rtems-bsps compatible with GNU find

2015-12-14 Thread Pavel Pisa
Hello Chris and others, the depth argument changes order of find output only according to GNU find manual -depth Process each directory's contents before the directory itself. The -delete action also implies -depth. The following value 5 is then considered as path argument but for GN