[Scons-users] alias clean
    Kraus Philipp 
    philipp.kraus at flashpixx.de
       
    Sun Oct 28 12:17:04 EDT 2012
    
    
  
Am 28.10.2012 um 16:52 schrieb William Deegan:
> Phil,
> 
> On Oct 28, 2012, at 3:07 AM, Kraus Philipp <philipp.kraus at flashpixx.de> wrote:
> 
>> 
>> Am 27.10.2012 um 22:19 schrieb William Deegan:
>> 
>>> 
>>> On Oct 27, 2012, at 8:00 AM, Kraus Philipp <philipp.kraus at flashpixx.de> wrote:
>>> 
>>>> Hello,
>>>> 
>>>> I have defined different aliases. If run "scons myalias" the target is build and I can clean it with "scons myalias -c".
>>>> On "scons -c" all aliases are not touched. How can I run each "alias clean actions" on the main -c run like a "recursiv clean up" ?
>>> 
>>> So with "scons" it doesn't build those alias's products?
>>> (with no arguments?)
>>> 
>>> Are they outside the build tree? Or otherwise not added to the graph if the alias is not invoked?
>> 
>> I have defined in subscript different alias' like
>> env.Alias("sublib" .....)
>> 
>> The I can clean the alias with "scons sublib -c", works well, but I would like to create a "scons cleanall" for cleaning all aliases. 
> 
> You didn't answer whether the aliases were not under the scons invocation directory.
> 
The project directory shows
/
SConstruct
/lib1/
   SConstruct
/lib2/
  SConstruct
and in /SConstruct the others are included with
env.SConscript( "lib1/SConstruct", exports="conf env" )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20121028/ebc6732d/attachment-0001.htm>
    
    
More information about the Scons-users
mailing list