$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alan Gutierrez (alan-jamboost_at_[hidden])
Date: 2005-01-01 22:21:36
As an exercise, I created, what I thought was a minimal
Boost.Jam file.
rule foo
{
ECHO "Hello, World!" ;
}
foo ;
When I execute it, I get:
Hello, World!
don't know how to make all
...found 1 target...
...can't find 1 target...
Two simple questions about the minimal script.
1) Is foo a target? Or is rule a target?
2) What is the minimal Boost.Jam that will know how to make all?
-- Alan Gutierrez - alan_at_[hidden]