[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AM_PROG_MKDIR_P overcautious?
From: |
Stepan Kasal |
Subject: |
Re: AM_PROG_MKDIR_P overcautious? |
Date: |
Sun, 7 Aug 2005 11:09:02 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
I understand why most of my patch was rejected, but one question remains.
What would be wrong with this:
- define_variable ('mkinstalldirs', '$(install_sh) -d', INTERNAL);
+ define_variable ('mkinstalldirs', '$(mkdir_p) .', INTERNAL);
I think it could make the make output more readable, even with that dot.
Stepan