Lines Matching +full:11 +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
37 # Dave Gilbert <linux@treblig.org>, 11th December 1999.
42 # Added -ac option, use -ac or -ac9 (say) to stop at a particular version
58 # applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to 2.6.11.z
59 # is easy and handled by the script (reverse 2.6.11.y and apply 2.6.11.z).
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"