Tim,

It might be better to remove AWK completely

$(FIND) . -type f | sed 's!\./!$3 : $4/!g' > $5

or ever

find . -type f -printf "$3%s : $4\n"

-Dmitry


On 2013-01-25 14:36, Tim Bell wrote:
> Here is the bug report:
> http://bugs.sun.com/view_bug.do?bug_id=8006933
> 
> Use nawk instead of awk to avoid "awk: string too long near line 1"
> errors when running idlj in corba.  For new 'build-infra' style builds,
> this needs to be fixed in common/makefiles/IdlCompilation.gmk
> 
> The errors are seen if the path to the build directory in the source
> tree is too long, greater than ~92.
> 
>   http://cr.openjdk.java.net/~tbell/8006933/00/
> 
> Thanks in advance for any feedback.
> 
> Tim
> 


-- 
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* Give Rabbit time, and he'll always get the answer

Reply via email to