[Scons-users] How to build only a subset of targets under a directory
    Jay West 
    jhdub23 at gmail.com
       
    Fri Apr  1 15:13:02 EDT 2022
    
    
  
Is there a way to build only a subset of targets under a directory, instead
of all targets under that directory?
For example:
top/aa
  Alias('bin', bin_a)
  Alias ('test', test_a)
top/bb
  Alias('bin', bin_b)
  Alias ('test', test_b)
scons top/aa # builds bin_a and test_a
scons bin # builds bin_a and bin_b
I want to do something like:
cd top/aa; scons bin # build only bin_a
I know that I can define more aliases, but doing so is a maintenance
headache.  Is there better way?
Thanks,
Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20220401/26a51eb8/attachment.htm>
    
    
More information about the Scons-users
mailing list