|
Boost-Build : |
From: Anatoli Sakhnik (sakhnik_at_[hidden])
Date: 2007-04-06 06:21:19
Hello!
1. Is there a simple and clean way to just duplicate the directory
structure on install? Actually, I just don't want to write Jamfiles in
every subdirectory, it's fatigue and probably error-prone.
So, how can I use somethig like:
install stage : src_dir : <location>tgt_dir ;
to get the following directory structure?
/
+-src_dir/... # the original complicated directory.
+-tgt_dir/
+-src_dir/... # produced copy.
2. If I used the make rule for the previous task, how could I remove
the produced directory on clean?
Thank you in advance!
-- Anatoli Sakhnik.
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk