Lines Matching refs:ref
146 local -r ref="$1"
147 local -r tree="$(get_header_tree "$ref")"
155 local -r ref="$1"
160 eprintf "error - no usr/include/Makefile present at %s\n" "$ref"
196 local -r ref="$1"
197 local -r install_dir="$(get_header_tree "$ref")"
207 for ref in "$base_ref" "$past_ref"; do
209 if [ -n "$ref" ]; then
210 git archive --format=tar --prefix="${ref}-archive/" "$ref" \
213 cd "${TMP_DIR}/${ref}-archive"
214 run_make_headers_install "$ref"
215 add_to_incompat_list "$ref" "$INCOMPAT_LIST"
218 run_make_headers_install "$ref"
219 add_to_incompat_list "$ref" "$INCOMPAT_LIST"
229 local -r ref="$1"
230 printf "%s" "${TMP_DIR}/${ref}/usr"