Lines Matching refs:Makefile
106 if test ! -f "$xc_subdir/Makefile"; then
107 echo "$xc_msg_err $xc_subdir/Makefile file not found. $xc_msg_abrt" >&2
111 # Fetch dependency tracking file list from Makefile include lines.
113 xc_inc_lines=`grep '^include .*(DEPDIR)' "$xc_subdir/Makefile" 2>/dev/null`
121 AC_MSG_NOTICE([amending $xc_subdir/Makefile])
123 # Build Makefile specific patch hunk.
144 # Build Makefile patching sed scripts.
173 # Apply patch to Makefile and cleanup.
175 $SED -f "$xc_s1" "$xc_subdir/Makefile" >"$xc_subdir/Makefile.tmp1"
176 $SED -f "$xc_s2" "$xc_subdir/Makefile.tmp1" >"$xc_subdir/Makefile.tmp2"
177 $SED -f "$xc_s3" "$xc_subdir/Makefile.tmp2" >"$xc_subdir/Makefile.tmp3"
179 if test -f "$xc_subdir/Makefile.tmp3"; then
180 mv -f "$xc_subdir/Makefile.tmp3" "$xc_subdir/Makefile"
183 test -f "$xc_subdir/Makefile.tmp1" && rm -f "$xc_subdir/Makefile.tmp1"
184 test -f "$xc_subdir/Makefile.tmp2" && rm -f "$xc_subdir/Makefile.tmp2"
185 test -f "$xc_subdir/Makefile.tmp3" && rm -f "$xc_subdir/Makefile.tmp3"