CVS: moonbase/kernel/linux-stable BUILD,1.10,1.11

elaine at lunar-linux.org elaine at lunar-linux.org
Fri Oct 17 18:16:38 GMT 2003


Update of /var/cvs/lunar/moonbase/kernel/linux-stable
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9609

Modified Files:
	BUILD 
Log Message:
Put nestu's corrected BUILD back in place


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-stable/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD	15 Oct 2003 22:27:18 -0000	1.10
+++ BUILD	17 Oct 2003 18:16:35 -0000	1.11
@@ -1,26 +1,34 @@
 cd  /usr/src/linux
 
 while  
-  case  $CONFIG_KERNEL in
-      y|Y)  if [ "$CONFIG_METHOD" == "xconfig" ]
-          then
-	      if [ "$DISPLAY" ]
-	      then
-	          make xconfig
-	      else
-	          message xconfig could find display falling back to menuconfig
-		  make menuconfig
-	      fi
-	  else
-	      make  $CONFIG_METHOD
-	  fi
+    case  $CONFIG_KERNEL in
+	y|Y)  
 
-          if  query  "Repeat $CONFIG_METHOD?  "  n
-          then  CONFIG_KERNEL=y
-          else  CONFIG_KERNEL=n
-          fi     ;;
-      *)  false  ;;
-  esac
+	    case $CONFIG_METHOD in
+		xconfig )
+		    if [ "$DISPLAY" ]; then 
+			make xconfig || make menuconfig || make config
+	    	    else
+	        	make menuconfig || make config
+		    fi ;;
+
+		  menuconfig ) 
+		    make menuconfig || make config ;;
+		  
+		  config )
+		    make config ;;
+	    esac
+
+	    if  query  "Repeat $CONFIG_METHOD?  "  n ; then  
+		CONFIG_KERNEL=y
+            else  
+		CONFIG_KERNEL=n
+            fi     
+	    ;;
+	    
+	*)  
+    	    false  ;;
+    esac
 do
   true
 done
@@ -49,3 +57,4 @@
   ln -f -s /lib/modules/$VERSION-stable /lib/modules/$VERSION
 
 ) > $C_FIFO 2>&1
+




More information about the Lunar-commits mailing list