Age | Commit message (Collapse) | Author | Files | Lines |
|
bar and libbar were swapped).
|
|
|
|
|
|
|
|
tflat -u. Causes by not fully initializing an array before looping over
the array.
Other minor code cleanup.
|
|
when looking up the tree.
|
|
tflat is a small awk script used to flatten a dependency tree. It can
process a tsort(1) compatible input file and produce a flattened
list showing all packages which depend on a particular package or
all packages which are depended upon by a package. This is used by
the bulk pkgsrc build system.
Written by Dan McMahill after careful study of a perl program that
does the same function in a nicer way written by Thomas Klausner
<wiz@netbsd.org>. The reason for rewriting it without perl was to
make it work with only in-tree utilities.
|