1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 04:09:43 +02:00
Werner's Miscellanea, Assorted small items that don't fit anywhere else http://projects.qi-hardware.com/index.php/p/wernermisc/
Go to file
Werner Almesberger 068264ed61 qpkg: light cleanup of prereq.c:resolve and change forgotten in last commit
- prereq.c (resolve): do not consider installing virtual packages
  (forgotten in previous commit)
- prereq.c (resolve): renamed "next_dep" to "next_deps" to emphasize that
  this is a list
- prereq.c (resolve): use "break" instead of "return" to abandon a
  non-optimal path, so that we'll run future cleanup code
- prereq.c (resolve): fixed typos in explanation of QPKG_ADDING cleanup
- prereq.c (resolve): reference test/bug-adding in explanation
2010-11-22 21:18:33 -03:00
qpkg qpkg: light cleanup of prereq.c:resolve and change forgotten in last commit 2010-11-22 21:18:33 -03:00