[Scons-users] alias clean
William Deegan
bill at baddogconsulting.com
Sun Oct 28 11:52:06 EDT 2012
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.
-Bill
More information about the Scons-users
mailing list