Home
last modified time | relevance | path

Searched refs:STOPEXTRA (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dpatch-kernel220 STOPEXTRA=`echo $stopvers | cut -d. -f4`
221 STOPFULLVERSION=${stopvers%%.$STOPEXTRA}
222 #echo "#___STOPSUBLEVEL=/$STOPSUBLEVEL/, STOPEXTRA=/$STOPEXTRA/"
225 STOPEXTRA=9999
283 if [ "$STOPEXTRA" != "" ]; then
286 # apply STOPEXTRA directly (not incrementally) (x in v.p.s.x)
287 FULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL.$STOPEXTRA"
/kernel/linux/linux-6.6/scripts/
H A Dpatch-kernel220 STOPEXTRA=`echo $stopvers | cut -d. -f4`
221 STOPFULLVERSION=${stopvers%%.$STOPEXTRA}
222 #echo "#___STOPSUBLEVEL=/$STOPSUBLEVEL/, STOPEXTRA=/$STOPEXTRA/"
225 STOPEXTRA=9999
283 if [ "$STOPEXTRA" != "" ]; then
286 # apply STOPEXTRA directly (not incrementally) (x in v.p.s.x)
287 FULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL.$STOPEXTRA"

Completed in 1 milliseconds