/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 3 12-06-20 package.sh: use $KSH for rt in "results test" 5 12-06-15 package.sh: add PLUGIN_LIB to $INSTALLROOT/bin/.paths and BUILTIN_LIB => PLUGIN_LIB 6 12-06-13 package.sh: handle admin.db column output 9 12-06-04 package.sh: always check $INSTALLROOT/lib/package/profile 12 12-05-24 package.sh: change admin.db comment => owner attributes 14 12-04-17 package.sh: skip sh version logic for ``use'' 19 12-02-29 package.sh: don't assume grep -q or /usr/local/lib in LD_LIBRARY_PATH 20 12-02-29 package.sh: fix ksh vs -lcmd compatibility checks 22 12-02-14 package [all...] |
H A D | package.mk | 2 * source and binary package support 4 * @(#)package.mk (AT&T Research) 2012-02-14 8 * cd $INSTALLROOT/lib/package 13 * name package description file or component 32 * :COVERS: package ... 33 * :REQURES: package ... 50 * package base version (overrides current date) 53 * package delta release (overrides current date) 65 * don't strip non-lcl binary package members 74 * NOTE: the Makerules.mk :PACKAGE: operator defers to :package [all...] |
H A D | CONVERT.mk | 8 * named lib/package/PACKAGE.cvt in an ast package $PACKAGEROOT directory, 11 * nmake -I lib/package -f PACKAGE-VERSION/PACKAGE.cvt 18 * package(1) (which sets up the { HOSTTYPE PATH VPATH } environment): 20 * package make 29 * package :CONVERT: file ... 35 * package package name 94 package = $(PWD:B) 125 .cvt.package [all...] |
H A D | package.sh | 3 # This software is part of the ast package # 21 # package - source and binary package control 24 command=package 41 _AST_BIN_PACKAGE_=1 # prevent non-interactive sh .rc referencing bin/package recursion # 100 @(#)$Id: package (AT&T Research) 2012-06-28 $ 102 [+NAME?package - source and binary package control] 105 package files are in the \b$PACKAGEROOT\b directory tree. 106 \b$PACKAGEROOT\b must at minumum contain a \bbin/package\ [all...] |
H A D | Mamfile | 35 make ${PACKAGEROOT}/lib/package/ast.lic 36 done ${PACKAGEROOT}/lib/package/ast.lic 161 make package 162 make package.sh 163 done package.sh 164 meta package %.sh>% package.sh package 165 prev package.sh 171 exec - then : package contain [all...] |
/titanic_52/usr/src/contrib/ast/lib/package/ |
H A D | package.mk | 2 * source and binary package support 4 * @(#)package.mk (AT&T Research) 2012-02-14 8 * cd $INSTALLROOT/lib/package 13 * name package description file or component 32 * :COVERS: package ... 33 * :REQURES: package ... 50 * package base version (overrides current date) 53 * package delta release (overrides current date) 65 * don't strip non-lcl binary package members 74 * NOTE: the Makerules.mk :PACKAGE: operator defers to :package [all...] |
H A D | INIT.pkg | 5 :INDEX: the package command with support scripts and utilities 8 The INIT package is required by all but the standalone 10 the package command, support scripts, and utilities. 11 The package command installs binary packages, makes 12 source packages, and generates new package tarballs.
|
/titanic_52/usr/src/boot/lib/libstand/ |
H A D | pkgfs.c | 106 struct package; 110 struct package *tf_pkg; 120 struct package struct 122 struct package *pkg_chain; argument 131 static struct package *package = NULL; variable 133 static int new_package(int, struct package **); 138 struct package *chain; in pkgfs_cleanup() 141 while (package != NULL) { in pkgfs_cleanup() 142 inflateEnd(&package in pkgfs_cleanup() [all...] |
/titanic_52/usr/src/pkg/ |
H A D | README.pkg | 30 building packages in ON. All package creation in ON is done using 41 per package. For most packaging changes you only need to add or 44 The build rules create a package repository. Separate DEBUG and 66 Compare the proto area against package definitions for 79 package dependencies will not be generated. This variable 98 The resulting package manifest after running pkgmogrify(1) 130 You can also use package names, or package names with ".pub" 132 publication of the specified package(s). 199 file per package, includin [all...] |
/titanic_52/usr/src/boot/sys/boot/ofw/libofw/ |
H A D | openfirm.c | 221 /* Return the package handle that corresponds to an instance handle. */ 230 cell_t package; in OF_instance_to_package() member 232 (cell_t)"instance-to-package", in OF_instance_to_package() 240 return (args.package); in OF_instance_to_package() 243 /* Get the length of a property of a package. */ 245 OF_getproplen(phandle_t package, char *propname) in OF_getproplen() argument 251 cell_t package; in OF_getproplen() member 260 args.package = package; in OF_getproplen() 267 /* Get the value of a property of a package 269 OF_getprop(phandle_t package,char * propname,void * buf,int buflen) OF_getprop() argument 275 cell_t package; OF_getprop() member 297 OF_nextprop(phandle_t package,char * previous,char * buf) OF_nextprop() argument 303 cell_t package; OF_nextprop() member 324 OF_setprop(phandle_t package,char * propname,void * buf,int len) OF_setprop() argument 330 cell_t package; OF_setprop() member 385 cell_t package; OF_finddevice() member 426 OF_package_to_path(phandle_t package,char * buf,int len) OF_package_to_path() argument 432 cell_t package; OF_package_to_path() member [all...] |
/titanic_52/usr/src/cmd/sgs/packages/common/ |
H A D | pkginfo.tmpl | 23 # This required package information file describes characteristics of the 24 # package, such as package abbreviation, full package name, package version, 25 # and package architecture. 39 DESC="OS-Net Static/Dynamic linker package"
|
/titanic_52/usr/src/cmd/cmd-crypto/scripts/ |
H A D | i.kcfconf | 29 # This script appends the input file from the package to the 32 # The syntax of the input file for a kernel software provider package is 40 # package is 67 # If the package has been already installed, remove old entries 93 # with the package delimiters. 101 # This is a device driver package. 103 # - If syntax of $src is correct, append the package 116 # This is a kernel software provider package. 118 # - If syntax of $src is correct, append the package
|
/titanic_52/usr/src/grub/grub-0.97/ |
H A D | config.h.in | 81 /* Name of package */ 84 /* Define to the address where bug reports for this package should be sent. */ 87 /* Define to the full name of this package. */ 90 /* Define to the full name and version of this package. */ 93 /* Define to the one symbol short name of this package. */ 96 /* Define to the version of this package. */ 105 /* Version number of package */
|
/titanic_52/usr/src/cmd/sgs/size/ |
H A D | Makefile | 40 package:= TARGET= package macro 44 all clean clobber install lint package: $(SUBDIRS) target
|
/titanic_52/usr/src/common/mapfiles/ |
H A D | Makefile | 37 package:= TARGET= package macro 45 clean lint package: target
|
/titanic_52/usr/src/lib/libprtdiag_psr/ |
H A D | Makefile | 40 package := TARGET= package macro 45 all clean clobber delete install lint package _msg: $(SUBDIRS) target
|
/titanic_52/usr/src/lib/crypt_modules/bsdbf/ |
H A D | Makefile | 37 package := TARGET= package macro 41 all clean clobber delete install lint package: $(SUBDIRS) target
|
/titanic_52/usr/src/lib/crypt_modules/bsdmd5/ |
H A D | Makefile | 39 package := TARGET= package macro 43 all clean clobber delete install lint package: $(SUBDIRS) target
|
/titanic_52/usr/src/lib/crypt_modules/sunmd5/ |
H A D | Makefile | 39 package := TARGET= package macro 43 all clean clobber delete install lint package: $(SUBDIRS) target
|
/titanic_52/usr/src/lib/crypt_modules/ |
H A D | Makefile | 41 package := TARGET= package macro 46 all lint clean clobber catalog package install _msg: $(SUBDIRS) target
|
/titanic_52/usr/src/cmd/sgs/elfedit/modules/ |
H A D | Makefile | 37 package:= TARGET= package macro 44 package all chkmsg catalog clean clobber lint install: \ target
|
/titanic_52/usr/src/cmd/krb5/kadmin/ |
H A D | Makefile | 37 package := TARGET= package macro 44 all clean clobber delete install lint catalog package: $(SUBDIRS) target
|
/titanic_52/usr/src/cmd/sgs/nm/ |
H A D | Makefile | 42 package := TARGET= package macro 50 all clean clobber install lint package: $(SUBDIRS) target
|
/titanic_52/usr/src/cmd/krb5/ |
H A D | Makefile | 31 package := TARGET= package macro 38 all clean clobber delete install lint catalog package: $(SUBDIRS) target
|
/titanic_52/usr/src/cmd/sgs/ |
H A D | Makefile.sub | 54 package := TARGET= package 60 all clean clobber delete install lint catalog package chkmsg: \
|