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

/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 71 milliseconds