build.py: Beautify logging

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-06-28 12:28:59 +00:00
commit a232b4bffd

View file

@ -169,6 +169,7 @@ order = []
glob_prereq_types = [ "build" ]
if re.match("pkg-.*", target) is not None:
glob_prereq_types = [ "build", "run", "release", "devel" ]
print("using prerequisite types " + ' '.join(glob_prereq_types))
calculate_order(order, modules, glob_prereq_types)
if args.ignore_deps: