This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: iconvdata headers depend on Makefile why?


Zack Weinberg <zack@rabi.phys.columbia.edu> writes:

> All the generated iconvdata headers depend on the makefile.  This
> produces much spurious recompilation if you change one line.  I tried
> having it use move-if-change but then it rewrites all the headers and
> throws them away on every rebuild (since the timestamps never get
> updated).  Why is this necessary?

Because there are some shell and awk rules in the Makefiles.  We can
remove the dependencies later once the iconvdata development is stable
but for now I want to leave them in.

-- Uli
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]