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

  /src/distrib/sets/
regpkgset 52 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
53 . "${rundir}/sets.subr"
154 # Invoke ${rundir}/regpkg for each pkg, taking care to do it in dependency
159 ${HOST_SH} "${rundir}/listpkgs" "${pkgset}" || bomb
161 tsort_input="$(${AWK} '{print $2 " " $1}' <"${rundir}/deps" || bomb)"
169 ${HOST_SH} "${rundir}/regpkg" ${all_options} \
189 ${HOST_SH} "${rundir}/regpkg" ${all_options} \
listpkgs 8 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
9 . "${rundir}/sets.subr"
culldeps 26 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
27 . "${rundir}/sets.subr"
syspkgdeps 16 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
17 . "${rundir}/sets.subr"
134 ${HOST_SH} "${rundir}/culldeps" < "${SCRATCH}/alldeps"
makeflist 9 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
10 . "${rundir}/sets.subr"
makesums 23 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
24 . "${rundir}/sets.subr"
regpkg 62 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
63 . "${rundir}/sets.subr"
218 ${HOST_SH} "${rundir}/makeplist" -p "${prefix}" -I "${realprefix}" \
297 "${rundir}/versions")"
465 ${AWK} -f "${rundir}/join.awk" \
527 ${AWK} '$1 ~ '/"${pkg}"/' { print $2 }' "${rundir}/deps" | ${SORT} | \
568 "${rundir}/comments")"
583 "${rundir}/descrs")"
615 "${rundir}/attrs")"
817 ${AWK} -f "${rundir}/join.awk"
    [all...]
makeobsolete 10 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
11 . "${rundir}/sets.subr"
makeplist 14 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
15 . "${rundir}/sets.subr"
checkflist 13 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
14 . "${rundir}/sets.subr"
132 ${HOST_SH} "${rundir}/makeflist" ${xargs} ${dargs} \
makesrctars 10 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
11 . "${rundir}/sets.subr"
maketars 20 rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/"
21 . "${rundir}/sets.subr"
188 ${AWK} -f "${rundir}/getdirs.awk" "${SDIR}/flist.${setname}" \
193 ${AWK} -f "${rundir}/join.awk" \
Makefile 98 @${SETSENV}; rundir="${.CURDIR}"; . ./sets.subr; ${.TARGET}

Completed in 16 milliseconds