HomeSort by: relevance | last modified time | path
    Searched refs:PLIST (Results 1 - 3 of 3) sorted by relevancy

  /src/distrib/sets/
regpkg 206 # make_PLIST() creates a skeleton PLIST from the pkgset description.
208 # The result is stored in the file ${PLIST}.
210 PLIST="${SCRATCH}/PLIST"
214 echo "Making PLIST for \"${pkg}\" package (part of ${pkgset} set)"
220 >"${PLIST}" 2>"${SCRATCH}/makeplist-errors"
237 # init_allfiles() converts the PLIST (which contains relative filenames)
246 [ -f "${PLIST}" ] || make_PLIST
251 { printf("%s%s%s\n", destdir, prefix, $0) }' "${PLIST}")"
434 # directory in ${PLIST}
    [all...]
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 82 PLIST= ${WRKDIR}/PLIST
83 PLIST_SRC?= ${PKGDIR}/PLIST
164 PKG_ARGS_COMMON= -v -c ${COMMENT} -d ${DESCR} -f ${PLIST} -l
244 do-package: ${PLIST}
394 ${RM} -f ${PLIST} ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE} ${SIZE_PKG_FILE} ${SIZE_ALL_FILE}
505 # existence of ${PLIST} can be assumed.
512 <${PLIST} \
545 fake-pkg: ${PLIST}
547 if [ ! -f ${PLIST} -o ! -f ${COMMENT} -o ! -f ${DESCR} ]; then
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
clang-parse-diagnostics-file 52 # Complete the plist (the log itself is just the chunks).
55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
57 <plist version="1.0">
61 </plist>""" % data

Completed in 50 milliseconds