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

/illumos-gate/usr/src/pkg/
H A DMakefile122 # Nothing underneath $(PDIR) should ever be managed by SCM.
124 PDIR= packages.$(PKGMACH) macro
131 $(PDIR)/developer-build-onbld.dep:= PKGROOT= $(TOOLSROOT)
161 # be very careful that the targets are of the form $(PDIR)/pkgname. If
205 $(PDIR)/osnet-redist.mog := PKGDEP_TYPE= require
206 $(PDIR)/osnet-incorporation.mog:= PKGDEP_TYPE= incorporate
212 # All packaging build products should go into $(PDIR), so they don't
215 CLOBBERFILES= $(PDIR) proto_list_$(PKGMACH) install-$(PKGMACH).out \
242 DEP_PKGS= $(PKGS:%=$(PDIR)/%.dep)
243 PROC_PKGS= $(PKGS:%=$(PDIR)/
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1932 if [[ "$PDIR" == "." ]]; then
1935 file="$PDIR/$PF"
1976 if [[ -n $parent_webrev && -e $PWS/$PDIR/$PF ]]; then
1977 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
1979 hg cat -R $CWS -r $HG_PARENT $CWS/$PDIR/$PF > \
1980 $olddir/$PDIR/$PF 2>/dev/null
1983 rm -f $olddir/$PDIR/$PF
1986 chmod $old_mode $olddir/$PDIR/$PF
1989 print -u2 "ERROR: set mode of $olddir/$PDIR/
[all...]

Completed in 989 milliseconds