Searched refs:PKGDefs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db66 $PKGDefs = "";
80 $PKGDefs = shift(@ARGV) unless ($ARGV[0] =~ /^-/);
88 if (($PKGDefs) && !(-d $PKGDefs)) {
89 print STDERR "Cannot open the directory $PKGDefs\n";
94 if ($PKGDefs) {
96 $dirs = `ls $PKGDefs`;
100 push(@IFiles, "$PKGDefs/$dir/pkgmap");
169 if ($PKGDefs) {
177 $pkgInfo="$PKGDefs/
[all...]

Completed in 480 milliseconds