$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] BJam scans entire disk for compilation
From: Parijat Garg (parijatgarg_at_[hidden])
Date: 2009-11-12 01:41:24
Hi!
I recently migrated all my C++ project compilation to BJam. While it has
saved me a lot of hassles, I found that BJam takes too much time preparing
for compilation. I ran an strace and found that BJam is scanning through my
entire disk - perhaps looking for compilation targets.
Is this a usual thing or are my compilation scripts likely to be
misconfigured?
Help will be much appreciated.
Parijat