$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Installing directories and sub dirs in Jamroot
From: Clovis Olson (clovero_at_[hidden])
Date: 2009-10-13 13:55:15
As part of the install of a build, I need to copy the contents of some directories, including their subdirs.
Do I need to place a jamfile in each of the directories/subdirs to use glob-tree?
The directory struture is similar to:
dir1
subdir1
subdir1a
testresult
subdir2
testresult
Would it be better to create an action/rule to use cp -rf?
thanks,
Cleo