On Mon, Sep 02, 2002 at 03:01:11PM -0500, Pascal wrote:
> If some systems don't support it you could instead do something along
> the lines of:
> 
> test -d build || mkdir build
> test -d build/freenet || mkdir build/freenet
> test -d build/freenet/node || mkdir build/freenet/node
> test -d build/freenet/node/http || mkdir build/freenet/node/http
> test -d build/freenet/node/http/templates || mkdir
> build/freenet/node/http/templates
> 
> Not as neat but it should work everywhere.
Yes but there are already about six occurrances of mkdir -p in the
makefile, before I added this particular one.
> 
> -Pascal
> 

Attachment: msg03760/pgp00000.pgp
Description: PGP signature

Reply via email to