BUGFIX: proper default of 'packages' to all oe's in OEFILES.
authorChris Larson <clarson@kergoth.com>
Wed, 17 Sep 2003 22:06:44 +0000 (22:06 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Sep 2003 22:06:44 +0000 (22:06 +0000)
bin/oemake

index c3e06b6..e5f609a 100644 (file)
@@ -309,7 +309,7 @@ for k in __tokill:
        graph.walkup(k, reallykillitem)
 
 event.fire(BuildStarted(buildname, graph.okeys, cfg))
-packages = args
+packages = args or graph.okeys
 
 for k in packages:
        if pkgs.has_key(k):