This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, mips] Fix stubs files for hard float vs. soft float


On Wed, 2012-10-24 at 18:37 +0200, Andreas Schwab wrote:
> Steve Ellcey <sellcey@mips.com> writes:
> 
> > What is the right way to regenerate
> > ports/sysdeps/unix/sysv/linux/mips/configure from
> > ports/sysdeps/unix/sysv/linux/mips/configure.in?
> 
> Just running make should do it, see autoconf-it in toplevel Makefile.
> Make sure that ports/sysdeps/unix/sysv/linux/mips is part of
> sysd-rules-sysdirs.
> 
> Andreas.

I think something is wrong with the rebuild logic somewhere.  I verified
that in config.make in my object directory there is a line:

config-sysdirs = .... ports/sysdeps/unix/sysv/linux/mips ....

and in Makerules I see:

ifneq ($(sysd-rules-sysdirs),$(config-sysdirs))

    (echo 'sysd-rules-sysdirs := $(config-sysdirs)';


But configure is still not being rebuilt automatically.  If I do a touch
of *all* configure.in files in my source directory, then the configure
file in ports/sysdeps/unix/sysv/linux/mips gets rebuilt.  But if I just
touch the one in ports/sysdeps/unix/sysv/linux/mips, I don't get any
rebuild.  Meanwhile, Josephs method of calling autoconf by hand from the
top-level is very useful while working on changes to configure.in files.

Steve Ellcey
sellcey@mips.com


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