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.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|