$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Changing directory in an action
From: Matthew Chambers (matt.chambers42_at_[hidden])
Date: 2011-05-19 15:49:16
Is there an easy way to do this? I tried using pushd because this is common on Windows and *nix, but
not common enough apparently. The command I'm running (from a make target) writes its output to the CWD.
Thanks,
-Matt