cons-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Fwd: Suggestion about derived files and commands


From: Gary Oberbrunner
Subject: RE: Fwd: Suggestion about derived files and commands
Date: Wed, 2 May 2001 12:43:37 -0400

Quite so.  I see why you'd want it to be integrated into Cons.

I guess it's simpler for us cvs users.  We can just do a 'cvs update' first
and then cons works as usual. :-)

-- Gary

 > -----Original Message-----
 > From: Wayne Scott [mailto:address@hidden
 > Sent: Wednesday, May 02, 2001 12:26 PM
 > To: address@hidden
 > Cc: address@hidden; address@hidden; address@hidden
 > Subject: RE: Fwd: Suggestion about derived files and commands
 >
 >
 > From: "Gary Oberbrunner" <address@hidden>
 > > Your first way to solve the problem could just be done in regular perl,
 > > right?
 > >
 > >   foreach $f (@srcs) {
 > >     get_from_sccs($f) if (! -f $f);
 > >   }
 >
 > I thought of that, but what about header files?  I don't want to list
 > header files in my Conscript.  I want cons to scan the source and then
 > search the directories.  The revision system needs to be called to
 > identify if the file is present or not.
 >
 > -Wayne
 >




reply via email to

[Prev in Thread] Current Thread [Next in Thread]