> > 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
I think the correct approach would be to copy the mkinstalldirs script from any GNU autoconf program and use that. That's what it's *for*. It's in the public domain, so license is a non-issue. -- Greg Wooledge | "Truth belongs to everybody." greg at wooledge.org | - The Red Hot Chili Peppers http://wooledge.org/~greg/ | -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020902/9c90e023/attachment.pgp>
