Revision: 5910
Author: pebender
Date: Thu Dec  3 21:18:17 2009
Log: - Added support for Linux 2.6.32 to the meta/minimyth check script.


http://code.google.com/p/minimyth/source/detail?r=5910

Modified:
  /trunk/gar-minimyth/script/meta/minimyth/files/check.mk

=======================================
--- /trunk/gar-minimyth/script/meta/minimyth/files/check.mk     Thu Nov 19  
16:53:28 2009
+++ /trunk/gar-minimyth/script/meta/minimyth/files/check.mk     Thu Dec  3  
21:18:17 2009
@@ -179,12 +179,14 @@
                fi ; \
        done
        @echo "    mm_KERNEL_HEADERS_VERSION"
-       @if [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.31" ] ; then \
+       @if [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.31" ] && \
+           [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.32" ] ; then \
                echo "error: 
mm_KERNEL_HEADERS_VERSION=\"$(mm_KERNEL_HEADERS_VERSION)\"  
is an invalid value." ; \
                exit 1 ; \
        fi
        @echo "    mm_KERNEL_VERSION"
-       @if [ ! "$(mm_KERNEL_VERSION)" = "2.6.31" ] ; then \
+       @if [ ! "$(mm_KERNEL_VERSION)" = "2.6.31" ] && \
+           [ ! "$(mm_KERNEL_VERSION)" = "2.6.32" ] ; then \
                echo "error: mm_KERNEL_VERSION=\"$(mm_KERNEL_VERSION)\" is an 
invalid  
value." ; \
                exit 1 ; \
        fi

--

You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en.


Reply via email to