$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-12-31 12:48:13
The new SHELL rule is absolutely wonderful. Thanks!
Is there any way that we can get the return code when invoking
something through SHELL? In particular, I'd like to catch nonzero
exit codes when testing compiler flags with SHELL.
Doug