automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: defining aclocal.m4/configure/config.status rebuild rules in al


From: Raja R Harinath
Subject: Re: RFC: defining aclocal.m4/configure/config.status rebuild rules in all directories
Date: Thu, 24 Apr 2003 17:07:42 -0500
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux)

Hi,

Alexandre Duret-Lutz <address@hidden> writes:

> +.PHONY: am--rebuild-aclocal
> +am--rebuild-aclocal: $(ACLOCAL_M4)
> +else !%?TOPDIR_P%
> +$(ACLOCAL_M4): %MAINTAINER-MODE% $(top_srcdir)/%CONFIGURE-AC% 
> %ACLOCAL_M4_DEPS% %CONFIGURE_DEPS%
> +     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--rebuild-aclocal
> +endif !%?TOPDIR_P%
>  endif %?REGEN-ACLOCAL-M4%

I think it can just be

  am--refresh:

in the TOPDIR_P case, and in the !TOPDIR_P case,

  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

Actually, you can use 'am--freshen' for any of the dependencies of the
toplevel Makefile, but all those are mostly covered by existing rules.

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]