xtensa-toolchain-build icon indicating copy to clipboard operation
xtensa-toolchain-build copied to clipboard

find with path argument, xargs -i is deprecated, use -I

Open i-n-g-o opened this issue 10 years ago • 1 comments

Hi.

I needed to make those changes in order for the build-scripts to work on osx (10.9.5)

from http://unixhelp.ed.ac.uk/CGI/man-cgi?xargs "The -l and -i options appear in the 1997 version of the POSIX standard, but do not appear in the 2004 version of the standard. Therefore you should use -L and -I instead, respectively."

So it should be fine to use xargs -I afaik the changes should not affect the behaviour on linux

i-n-g-o avatar Jan 26 '15 22:01 i-n-g-o

ping

i-n-g-o avatar Feb 20 '15 10:02 i-n-g-o