This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [solution for texinfo Makefiles] Re: egcs-1.1b and Solaris make
- To: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Subject: Re: [solution for texinfo Makefiles] Re: egcs-1.1b and Solaris make
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 12 Oct 1998 02:05:04 -0600
- cc: egcs-patches at cygnus dot com, Joe Buck <jbuck at synopsys dot com>, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <orsogushx1.fsf@araguaia.dcc.unicamp.br>you write:
> >> However, I then had a mysterious problem when building libio.
> >> For some reason, some files were not built. I end with
>
> > Well, someone forgot to run "make depend" at some point in the past.
> > Worse yet, make depend wasn't working due to a typo.
>
> Unfortunately, your run of make depend has introduced several
> dependencies of libc-lock.h, but there's no such file in my build
> tree. I've re-run make depend to fix it locally, but it shouldn't
> remain so in the CVS tree... What's up?
No clue. I didn't look real closely at that horrible hunk of sed/awk code
in config.shared, nor did I want to.
libc-lock is probably created on linux systems only, and the sed script
probably doesn't filter it out.
Feel free to update the dependencies again and sed away the libc-lock in
config.shared for next time.
jeff