Lines Matching refs:pkg
154 # Invoke ${rundir}/regpkg for each pkg, taking care to do it in dependency
163 for pkg in ${tsort_output}; do
165 *"${nl}${pkg}${nl}"*)
166 # We want this pkg.
167 pkgset="${pkg%%-*}"
168 ${verbose} && echo "${prog}: registering ${pkg}"
170 "${pkgset}" "${pkg}" || bomb
172 *) # pkg is mentioned in ${tsort_output} but not in ${pkgs}.
173 # We do not want this pkg.
177 for pkg in ${pkgs}; do
179 *"${nl}${pkg}${nl}"*)
180 # pkg was in the tsort output, so it would have been
183 *) # This pkg was not in the tsort output.
185 # pkg anyway.
186 echo >&2 "${prog}: WARNING: ${pkg} is not mentioned in deps file"
187 pkgset="${pkg%%-*}"
188 ${verbose} && echo "${prog}: registering ${pkg}"
190 "${pkgset}" "${pkg}" || bomb