[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/22941] binutils build fails if intl/plural.y is newer than
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/22941] binutils build fails if intl/plural.y is newer than intl/plural.c |
Date: |
Thu, 05 Apr 2018 13:51:05 +0000 |
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:
>
> address@hidden:~/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/22941] binutils build fails if intl/plural.y is newer than intl/plural.c,
nickc at redhat dot com <=