Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dpatch-kernel219 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
222 #echo "#___STOPSUBLEVEL=/$STOPSUBLEVEL/, STOPEXTRA=/$STOPEXTRA/"
224 STOPSUBLEVEL=9999
230 if [ $STOPSUBLEVEL -lt $SUBLEVEL ]; then
253 if [ $STOPSUBLEVEL -gt $SUBLEVEL ]; then
267 if [ $(($SUBLEVEL)) -gt $(($STOPSUBLEVEL)) ]; then
268 echo "Stopping since sublevel ($SUBLEVEL) is beyond stop-sublevel ($STOPSUBLEVEL)"
/kernel/linux/linux-6.6/scripts/
H A Dpatch-kernel219 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
222 #echo "#___STOPSUBLEVEL=/$STOPSUBLEVEL/, STOPEXTRA=/$STOPEXTRA/"
224 STOPSUBLEVEL=9999
230 if [ $STOPSUBLEVEL -lt $SUBLEVEL ]; then
253 if [ $STOPSUBLEVEL -gt $SUBLEVEL ]; then
267 if [ $(($SUBLEVEL)) -gt $(($STOPSUBLEVEL)) ]; then
268 echo "Stopping since sublevel ($SUBLEVEL) is beyond stop-sublevel ($STOPSUBLEVEL)"

Completed in 2 milliseconds