Searched refs:PKGS (Results 1 – 2 of 2) sorted by relevance
252 PKGS= $(MANIFESTS:%.p5m=%) macro253 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)/$$(@)
107 If you want to process a subset of manifests, simply set PKGS on the111 % dmake -e PKGS="BRCMbnx BRCMbnxe" all114 If you want to publish a subset of packages, simply set PKGS on the115 make command line and specify the "install" target. Overriding PKGS116 will cause dependency resolution to be limited to PKGS from the121 % dmake -e PKGS="BRCMbnx BRCMbnxe" install