6 messages in com.perforce.jammingAnother Newbie Jam question
FromSent OnAttachments
Olly...@scatcat.demon.co.uk25 Jul 1997 04:37 
Dian...@whistle.com30 Jul 1997 02:09 
Tony...@illustra.com30 Jul 1997 10:35 
Dian...@whistle.com30 Jul 1997 11:31 
Hunt...@eos.ncsu.edu30 Jul 1997 18:41 
Gary...@genarts.com31 Jul 1997 07:43 
Subject:Another Newbie Jam question
From:Olly...@scatcat.demon.co.uk (Olly@scatcat.demon.co.uk)
Date:07/25/1997 04:37:35 AM
List:com.perforce.jamming

Gary Oberbrunner wrote:

I can cause src-list.txt to be in an 'include'able form for jam, but of course I can't just include it because it won't exist (or will be out of date) when jam starts. What I guess I need is a recursive invocation of jam, or maybe there's something else I'm missing.

On a similar note (and from another newbie), has anyone worked out any rules for RCS? I can imagine writing a rule whereby

RcsFiles a b c d ;

Defines the dependencies (eg a depends-on RCS/a,v etc.)

but

a) Is there any way of doing it implicitly for all files, like make does when you say

%:: RCS/%,v $(CO) $< $@

b) How could you do it for Jamfiles, such that it would check out a more recent version from RCS and use that instead if it existed. I guess make has some built-in magic to handle this. [this is where the similarity with the initial question lies]

Thanks,

Olly