Searched refs:packages (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/efcode/
H A DMakefile30 SUBDIRS = engine fcdriver extend packages pci gp2 upa interpreter efdaemon \
64 extend fcdriver packages pci gp2 upa interpreter efdaemon jupiter: engine
66 fcdriver: packages
70 interpreter: packages extend
/illumos-gate/usr/src/lib/pylibbe/
H A DMakefile.com35 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages
36 ROOTLIBDIR64= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/64
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_python_wrapper.sh.in41 PYTHONPATH=/.SUNWnative/usr/lib/python@PYTHON_VERSION@/vendor-packages
/illumos-gate/usr/src/tools/protocmp/
H A Ddepend.c42 static pkg_list *packages[HASH_SIZE]; variable
53 for (tmp = packages[bucket]; tmp != NULL; tmp = tmp->next) {
70 tmp->next = packages[bucket];
71 packages[bucket] = tmp;
153 * depend won't exist in ON packages until a build
156 * packages would copy in during the build.
171 * We have to be careful with some of the packages that are
175 * packages, since on x86 we only want the .i one, and on sparc
/illumos-gate/usr/src/lib/pysolaris/
H A DMakefile.com35 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/solaris
/illumos-gate/usr/src/lib/pyzfs/
H A DMakefile.com38 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/zfs
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com95 README_REVISION=../../packages/common/readme_revision
96 ONLDREADME= ../../packages/common/SUNWonld-README
/illumos-gate/usr/src/pkg/
H A DMakefile67 # get packaging failures building all packages, because pkgsend
118 # The packages directory will contain the processed manifests as
124 PDIR= packages.$(PKGMACH)
220 # subset of packages, override this on the command line or in the
247 # build rules and dependencies. The synthetic and real packages use
287 # such packages are not included in the incorporation or group packages,
291 $(REPOS:%=$(PDIR)/packages.%.current) \
292 $(REPOS:%=$(PDIR)/packages.%.renamed) \
293 $(REPOS:%=$(PDIR)/packages
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c123 struct dr_pkg_entry *packages; /* pointer to the list of packages */ member in struct:drinfo
127 int total_pkgs; /* total number of dryrun packages */
171 pkg_entry = &(dr_info.packages);
191 pkg_entry = dr_info.packages;
387 pkg_entry = dr_info.packages;
447 * Now all of the entries about the various packages that own
501 dr_info.packages = NULL;
615 * Now all of the entries about the various packages that own
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile181 XRPRUNE= rtld.4.x packages abi
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh82 # non-DEBUG packages.
324 echo "\n==== Creating $LABEL packages at `date` ====\n" \
352 echo "\n==== No $LABEL packages to build ====\n" \
356 echo "\n==== Not creating $LABEL packages ====\n" >> $LOGFILE
653 -p create packages
1325 WARNING: the p option (create packages) is set, but so is the N option (do

Completed in 73 milliseconds