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

/linux-4.4.14/scripts/
H A Dpatch-kernel218 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
221 #echo "#___STOPSUBLEVEL=/$STOPSUBLEVEL/, STOPEXTRA=/$STOPEXTRA/"
223 STOPSUBLEVEL=9999
229 if [ $STOPSUBLEVEL -lt $SUBLEVEL ]; then
252 if [ $STOPSUBLEVEL -gt $SUBLEVEL ]; then
266 if [ $(($SUBLEVEL)) -gt $(($STOPSUBLEVEL)) ]; then
267 echo "Stopping since sublevel ($SUBLEVEL) is beyond stop-sublevel ($STOPSUBLEVEL)"

Completed in 118 milliseconds