From b0f248a8667a7b5fcf4c2f6771751442f0cf0756 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Tue, 1 Sep 2009 11:33:48 +0100 Subject: [PATCH] Put back the full list of default build products so that "scons -U" from subdirectories works as expected. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 061325e..fa2fd1d 100644 --- a/SConstruct +++ b/SConstruct @@ -199,7 +199,7 @@ configuration data. 'scons -h' will then print the project help. ########## Other rules. ######################## - Default(loader) + Default(crts.values() + libs.values() + [libelf, startAxf, containers, loader]) Clean('.', [buildDirectory])