|
|
Rockbox mail archiveSubject: Re: building RB on OS XRe: building RB on OS X
From: Daniel Stenberg <daniel_at_rockbox.org>
Date: 2005-07-12
On Tue, 12 Jul 2005, Jvo Studer wrote:
> I guess there is a problem with xargs. I don't get the problem there, man
Yes, the find command pipes the list of names to xargs, and xargs creates
It could of course easily be rewritten to avoid the --replace thing. Something
my @f = `find apps -name "*.codec" ! -empty`;
> I guess the cp does not work because the argument is empty, and therefore
Yeps.
-- Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/ _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockboxReceived on Tue Jul 12 10:49:51 2005 Page was last modified "Jan 10 2012" The Rockbox Crew |