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
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20020902/14019e33/attachment.pgp>