This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [RFA] Fix libsupc++/Makefile.in


On Thu, Aug 01, 2002 at 01:34:04PM -0700, B. Kosnik wrote:
> This patch is conceptually fine, but what you need to do is edit
> libsupc++/Makefile.am and then auto-generate libsupc++/Makefile.in.
> 
> (The best way to do that is, at the top level of libstdc++-v3:
> aclocal; autoconf; autoheader; automake)

For a change of this nature, all that really needs to be done is automake.
That will avoid the aclocal.m4/configure regeneration, which is unneeded
here.

As for all the other Makefile.in's being unnecessarily touched, I recommend

    % cd libsupc++
    % [edit Makefile.am]
    % cd ..
    % automake libsupc++/Makefile

to just regenerate libsupc++/Makefile.in.

Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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