K 10 svn:author V 5 dougb K 8 svn:date V 27 2009-12-18T00:54:14.707714Z K 7 svn:log V 693 Further update the --packages-build and --delete-build-only options to work with -a: 1. Create a new function clean_build_only_list() from code that was already in dependency_check() and use it both there and at the end of the config mode in -a. 2. Properly initialize the variables related to these two features in the same spot as all the other global vars are initialized rather than doing it in different locations. There were reasons to do it differently early on, but those reasons are long gone. 3. Move the cleanup for run_dl_g to after the "Starting ..." message in one-port-on-the-command-line section to be consistent with how it's done in multiport(), and now how it's done in -a. END