Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-08 13:27:21


>From www.boost.org/tools/build/build_system.htm#jam_fundamentals:

        When a rule is invoked, if there are <b><tt>actions</tt></b>
declared
        with the same name as the rule, the <tt>actions</tt> are added to
the
        updating actions for the target identified by the rule's first
        argument. It is actually possible to invoke an undeclared rule if
        corresponding actions are declared: the rule is treated as empty.

-Dave

----- Original Message -----
From: "Gennadiy Rozental" <rogeeff_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.devel
To: <boost_at_[hidden]>
Sent: Monday, July 08, 2002 2:17 PM
Subject: [boost] Re: Re: Trying to learn build system

> > The Jambase contains a rule called "Clean" which is usually used to
create
> > a target called "clean". Invoking "jam clean" requests that the target
> > called "clean" be brought up-to-date -- which usually means removing
some
> > files from your hard disk.
> >
> > -Dave
>
> allyourbase.jam does have a comment about defining rule Clean. But I
can't
> find it there
> Where is it?
>
> Gennadiy.
>
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk