This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Add stamp files for f/str-*
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Ian Lance Taylor <ian at wasabisystems dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Wed, 28 Jan 2004 10:15:44 -0800
- Subject: Re: Add stamp files for f/str-*
- References: <20040128180822.27280.qmail@gossamer.airs.com>
Ian Lance Taylor <ian@wasabisystems.com> writes:
> I find it a bit tedious that when I modify libiberty, several parts of
> the Fortran compiler are rebuilt. This happens because fini depends
> upon libiberty, and str-*.[hj] depend upon fini.
>
> This patch fixes that by using stamp files for f/str-*.[hj].
>
> Note that we don't have to add the new files to f77.mostlyclean
> because the top level mostlyclean target already deletes */stamp-*.
>
> OK for mainline?
Yes, thank you.
>
> Ian
>
>
> 2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
>
> * Make-lang.in (f/str-*.h, f/str-*.j): Use stamp files and
> move-if-change to avoid changing these files unnecessarily.