Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Dpatch-kernel218 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
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)"