[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running ./config.status
From: |
Noah Misch |
Subject: |
Re: Running ./config.status |
Date: |
Fri, 4 Feb 2005 05:10:37 -0800 |
User-agent: |
Mutt/1.5.6i |
On Fri, Feb 04, 2005 at 08:53:51AM +0100, Stepan Kasal wrote:
> - cd $(top_builddir) && ./config.status $(subdir)/$@
> + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
> The question: Why does Automake add "$(SHELL)" to the command?
If you believe `man perlrun', some systems do not respect #! and start all
scripts under csh. $(SHELL) ./script defends against that.
- atconfig rule, Stepan Kasal, 2005/02/02
- Re: atconfig rule, Paul Eggert, 2005/02/03
- Running ./config.status, Stepan Kasal, 2005/02/04
- Re: Running ./config.status,
Noah Misch <=
- Re: Running ./config.status, Ralf Corsepius, 2005/02/04
- Re: Running ./config.status, Noah Misch, 2005/02/04
- Re: Running ./config.status, Ralf Wildenhues, 2005/02/04
- Re: Running ./config.status, Paul Eggert, 2005/02/04
- Re: Running ./config.status, Alexandre Duret-Lutz, 2005/02/04
- Re: Running ./config.status, Ralf Corsepius, 2005/02/04