$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-01 09:54:35
----- Original Message -----
From: "Larry Evans" <jcampbell3_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Monday, April 01, 2002 9:11 AM
Subject: [jamboost] newbie:howto run action?
> How do I get the xqt-exe-action to run in the following Jamfile:
> <------------ $(BOOST_ROOT)/test/Jamfile ----------------
> subproject test
> ;
>
> actions xqt-exe-action
> {
> echo $2 > x.out
---------^^
> }
Looks like a typo. Did you mean "$(2)" ?