Subject: Re: pkgsrc/doc/guide/Makefile
To: Alistair Crooks <agc@pkgsrc.org>
From: Ben Collver <collver@peak.org>
List: tech-pkg
Date: 12/24/2004 05:37:19
On Fri, Dec 24, 2004 at 08:00:11AM +0000, Alistair Crooks wrote:
> Some operating systems don't have a mkdir that understands "-p".
> 
> I'd just use ${MKDIR} in this situation, but mainly for another
> reason:
> 
> [7:58:01] agc@sys3 ...pkgsrc/audio/gramofile 344 > make show-var VARNAME=MKDIR
> /bin/mkdir -p
> [7:58:09] agc@sys3 ...pkgsrc/audio/gramofile 345 >
> 
> Regards,
> Alistair


I've committed the change sans "-p".

Thanks for the feedback!

Ben