* Stepan Kasal wrote on Wed, Apr 19, 2006 at 01:08:57PM CEST:
> 
> And $(mkdir_p) cannot be used with an option anyway.

It was already noted that `-m MODE' is understood by mkdir, by
install_sh, and by mkinstalldirs (the latter would not be used
any more, I'm just noting it here).

However, we can't be sure that there is no race here, since
the mode may be set strictly later than directory creation by
some of those scripts.   For an Autoconf macro, and maybe even
for Automake, it may be worthwhile to fix this:
  su -c 'make install DESTDIR=/tmp/dest'
should not require me to think about setting a proper umask first.

Cheers,
Ralf


Reply via email to