Lines Matching full:ac
11 # scripts/patch-kernel . .. -ac
12 # Get the latest Linux kernel and patch it with the latest ac patch
15 # scripts/patch-kernel . .. 2.4.9 -ac
16 # Gets 2.4.9 with latest ac patches
18 # Gets 2.4.9 with ac patch ac11
20 # ac to ac relative patches
42 # Added -ac option, use -ac or -ac9 (say) to stop at a particular version
79 # See if we have any -ac options
83 -ac*)
302 # Out great user wants the -ac patches
303 # They could have done -ac (get latest) or -acxx where xx=version they want
304 if [ $gotac = "-ac" ]; then
307 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.*
309 ACVALUE=`echo $PATCHNAMES | sed -e 's/^.*patch-[0-9.]*-ac\([0-9]*\).*/\1/'`
311 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break
319 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${HIGHESTPATCH} || break
320 applyPatch patch-${CURRENTFULLVERSION}-ac${HIGHESTPATCH}
322 echo "No -ac patches found"