bug-autoconf
[Top][All Lists]
Advanced

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

Re: mkdir -p -- minor cleanup


From: Stepan Kasal
Subject: Re: mkdir -p -- minor cleanup
Date: Wed, 19 Apr 2006 13:08:57 +0200
User-agent: Mutt/1.4.1i

Hello,

On Wed, Apr 19, 2006 at 01:02:30AM -0700, Paul Eggert wrote:
> [...], but now that
> $(mkdir_p) is intended to mean 'mkdir -p' I think it's more consistent
> for the expansion to not include the '--'.

I think it is more practical to have $(mkdir_p) set to 'mkdir -p --'.

And you can often write
        $(mkdir_p) $(directory_list)
without knowing exactly the names of the directories.  It's natural to
forget that the directory name might start with a dash.

And $(mkdir_p) cannot be used with an option anyway.

So I propose the following variation of your patch.
(The install-sh part remains unchanged.)

Have a nice day,
        Stepan

Attachment: automake-20060419-mkdir_p.patch
Description: Text document


reply via email to

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