$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-07-09 20:36:03
Hi Andrej.
> Is it possible to create an empty directory in the
> install command?
I do not think so.
I played with this a bit and the only way I managed to add an empty
folder was to add the following raw Boost Jam target:
import common ;
DEPENDS all : my_folder ;
common.MkDir my_folder ;
If anyone has any interface suggestions for 'installing an empty
folder' I'd be glad to hear them. It should not be difficult to implement.
I added a trac ticket for this under:
http://zigzag.cs.msu.su/boost.build/ticket/191
Best regards,
Jurko GospodnetiÄ