Subject: Re: build.sh issues.
To: Todd Vierling <tv@wasabisystems.com>
From: Giles Lean <giles@nemeton.com.au>
List: tech-toolchain
Date: 10/22/2001 01:19:46
> On Sun, 21 Oct 2001, Todd Vierling wrote:
> 
> On Sun, 21 Oct 2001, matthew green wrote:
> 
> : this looks quite useful overall.  couple of problems:
> :
> : 	- uses `mkdir -p' which isn't portable
> 
> OK, I'll add a sh function to do the equivalent.

mkdir -p is portable to most systems; SUSv2 aka UNIX98 aka whatever
the standard is this week requires it.  Are there any platforms where
it is (or will be) reasonable to build NetBSD that don't have mkdir -p?

Regards,

Giles