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: Wayne Scott
Subject: RE: Fwd: Suggestion about derived files and commands
Date: Wed, 02 May 2001 09:26:00 -0700

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]