automake
[Top][All Lists]
Advanced

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

Re: Running a plain ./config.status at top level


From: Raja R Harinath
Subject: Re: Running a plain ./config.status at top level
Date: Tue, 08 Apr 2003 12:57:20 -0500
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3.50 (gnu/linux)

Hi,

Akim Demaille <address@hidden> writes:

[snip]
> | 2. When there are actions that Automake doesn't know about
> |    (AC_CONFIG_COMMANDS creating files), they never get a chance of
> |    being run.
[snip]
>  ## This rule remakes the Makefile.
>  %MAKEFILE%: %MAINTAINER-MODE% %MAKEFILE-IN% %MAKEFILE-DEPS% 
> $(top_builddir)/config.status
>  ## FIXME: $(am__depfiles_maybe) lets us re-run the rule to create the
>  ## .P files.  Ideally we wouldn't have to do this by hand.
> +if %?TOPDIR_P%
> +     $(SHELL) ./config.status $(am__depfiles_maybe)
                                 ^^^^^^^^^^^^^^^^^^^^^
Given your rationale, shouldn't this be just

  $(SHELL) ./config.status

am__depfiles_maybe may have the value 'depfiles', in which case it
would only run the 'depfiles' command, not what you want.

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




reply via email to

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