Searched refs:metalog (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/distrib/sets/
H A Dcheckflist5 # Verify output of makeflist against contents of ${DESTDIR} and ${metalog}.
19 # * ${SETS_MLIST}: files mentioned in metalog;
31 SETS_METALOG_EXTRA="${DESTDIR}/SETS.metalog.extra"
32 SETS_METALOG_MISSING="${DESTDIR}/SETS.metalog.missing"
49 metalog=
68 metalog="${OPTARG}"
78 Usage: ${prog} [-x|-b|-L lists] [-M metalog] [-e] [-m]
82 -M metalog metalog file
138 if [ -n "${metalog}" ]; the
[all...]
H A Dmaketars7 # [-M metalog] [-N etcdir] [-F setlistsdir] [-d destdir]
27 metalog=
44 [-s setsdir] [-S] [-M metalog] [-N etcdir] [-F setlistdir]
57 -M metalog metalog file
58 -N etcdir etc dir for metalog use [${dest}/etc]
118 metalog="${OPTARG}"
187 if [ -n "${metalog}" ]; then
194 "${SDIR}/flist.${setname}.full" "${metalog}"
199 # We deliberately do not add set.${setname} to ${metalog},
[all...]
H A Dregpkgset46 # -M metalog Use the specified metalog file to override file
91 metalog=""
108 -M) metalog="$2"; all_options="${all_options} $1"; shift ;;
109 -M*) metalog="${1#-?}" ;;
H A Dregpkg49 # -M metalog Use the specified metalog file to override file
137 metalog=""
160 -M) metalog="$2"; shift ;;
161 -M*) metalog="${1#-?}" ;;
460 # by the metalog.
463 if [ -n "${metalog}" ]; then
466 /dev/stdin "${metalog}")"
729 # pkg_create does not understand metalog files, so we have to
812 # If metalog wa
[all...]
H A DMakefile147 . ./metalog.subr; \

Completed in 185 milliseconds