$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-04-05 02:25:54
Hello,
is it possible to skip all targets depending on a certain target when the
build of that certain target failed? This would safe quite some time when
running the boost regression tests, because currently, when a lib cannot be
built, it goes on and compiles all tests depending on that lib, which of
course can't be linked.
Regards, Markus