2 messages in com.perforce.jamming[jamming] [newbie] generated files
FromSent OnAttachments
eschner25 Oct 2001 05:00 
Arnt Gulbrandsen25 Oct 2001 05:06 
Subject:[jamming] [newbie] generated files
From:Arnt Gulbrandsen (ar@gulbrandsen.priv.no)
Date:10/25/2001 05:06:43 AM
List:com.perforce.jamming

I'm not sure whether it'll work, but I think calling DEPENDS a little might help.

Somewhere, there's a jam rule that decides that mumble.c will have to be generated. Right? That rule could also say "DEPENDS gargle : mumble.c ;" and then anyone building executable gargle should compile mumble.c and link mumble.o into gargle.

--Arnt