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

/illumos-gate/usr/src/tools/depcheck/
H A Dget_depend_info151 $pkgs = $PKGS{$entry};
164 print("$entry is linked to $destfile:$PKGS{$destfile}\n");
265 dbmclose(PKGS);
278 dbmopen(%PKGS, "$DBDir/PKGS", 0664) ||
279 die"Cannot open dbm db $DBDir/PKGS\n";
431 if (($PKGS{$word} =~ /\w/) && ($FTYPE{$word} ne "d")) {
498 push(@PkgList, "$PKGS{$filename}\n");
502 print("$filename:$PKGS{$filename}\n");
510 push(@PkgList, "$PKGS{
[all...]
H A Dmake_pkg_db143 dbmopen(%PKGS, "$DBDir/PKGS", 0664) || die"Cannot open dbm db $DBDir/PKGS\n";
151 undef %PKGS;
167 &yelp ("...making the FTYPE MODE and PKGS databases\n");
233 $currPkgs = $PKGS{$Entity};
235 $PKGS{$Entity} = "$currPkgs $thisPkg";
248 # would belong in many packages, the $PKGS hash would not
256 $PKGS{$Entity} = $FirstPackage[0];
259 $PKGS{
[all...]
/illumos-gate/usr/src/pkg/
H A DMakefile219 # By default, PKGS will list all manifests. To build and/or publish a
241 PKGS= $(MANIFESTS:%.mf=%) macro
242 DEP_PKGS= $(PKGS:%=$(PDIR)/%.dep)
243 PROC_PKGS= $(PKGS:%=$(PDIR)/%.mog)
270 PUB_PKGS= $(SYNTH_PKGS:%=$(PDIR)/%.pub) $(PKGS:%=$(PDIR)/%.pub)
297 .PARALLEL: $(PKGS) $(PROC_PKGS) $(DEP_PKGS) \
460 # environment. Since we can't prune such packages from $(PKGS)
650 }' `find $(PDIR) -type l -a \( $(PKGS:%=-name %.metadata.$$s.$$r -o) \
716 # avoid these targets and override PKGS on the make command line and
719 $(PKGS)
[all...]

Completed in 45 milliseconds