Home | History | Annotate | Download | only in sets

Lines Matching refs:metalog

5 # Verify output of makeflist against contents of ${DESTDIR} and ${metalog}.
19 # * ${SETS_MLIST}: files mentioned in metalog;
26 # * ${SETS_METALOG_EXTRA}: Files in METALOG but missing from DESTDIR."
27 # * ${SETS_METALOG_MISSING}: Files in DESTDIR but missing from 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
96 # * ignore METALOG and METALOG.*
102 IGNORE_REGEXP_METALOG="^\./METALOG(\..*)?\$"
138 if [ -n "${metalog}" ]; then
139 ${AWK} '{print $1}' <"${metalog}" \
177 # compare DESTDIR with METALOG, and report on differences.
195 echo "======= ${count} extra files in METALOG ========="
196 echo "Files in METALOG but missing from DESTDIR."
211 echo "====== ${count} missing files in METALOG ========"
212 echo "Files in DESTDIR but missing from METALOG."
213 echo "File installed but not registered in METALOG ?"
286 if false && [ -n "${metalog}" ]; then
287 # XXX: Temporarily disabled due to problems with obsolete files in metalog