Home
last modified time | relevance | path

Searched refs:PKGS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/pkg/
H A DMakefile252 PKGS= $(MANIFESTS:%.p5m=%) macro
253 DEP_PKGS= $(PKGS:%=$(PDIR)/%.dep)
254 PROC_PKGS= $(PKGS:%=$(PDIR)/%.mog)
255 FIN_PKGS= $(PKGS:%=$(PDIR)/%.fin)
282 PUB_PKGS= $(SYNTH_PKGS:%=$(PDIR)/%.pub) $(PKGS:%=$(PDIR)/%.pub)
309 .PARALLEL: $(PKGS) $(PROC_PKGS) $(DEP_PKGS) \
646 `find $(PDIR) -type l -a \( $(PKGS:%=-name %.metadata.$$s.$$r -o) \
736 $(PKGS) $(SYNTH_PKGS): $(PDIR)/$$(@:%=%.mog)
738 $(PKGS:%=%.pub) $(SYNTH_PKGS:%=%.pub): $(PDIR)/$$(@)
H A DREADME.pkg107 If you want to process a subset of manifests, simply set PKGS on the
111 % dmake -e PKGS="BRCMbnx BRCMbnxe" all
114 If you want to publish a subset of packages, simply set PKGS on the
115 make command line and specify the "install" target. Overriding PKGS
116 will cause dependency resolution to be limited to PKGS from the
121 % dmake -e PKGS="BRCMbnx BRCMbnxe" install