https://sourceware.org/bugzilla/show_bug.cgi?id=22941

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Ryan,

> binutils already requires bison to build, so it seems sensible to fix this
> issue the same way that glibc was already fixed:
> 
>     rprichard@cashew:~/android/binutils-gdb$ for f in $(find . -name '*.y');
> do echo -- $f; find . -name $(basename ${f%.y}.c); done
>     -- ./gold/yyscript.y
>     -- ./intl/plural.y
>     ./intl/plural.c
>     ./out/intl/plural.c

Sorry - can you run this solution by me again ?  How does it fix the timestamps
?

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to