openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main/scripts Menuconfig,1.1.1.1,1.2


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/scripts Menuconfig,1.1.1.1,1.2
Date: Thu, 18 Jul 2002 17:59:33 -0400

Update of /cvsroot/openap/openap-main/scripts
In directory subversions:/tmp/cvs-serv31917

Modified Files:
        Menuconfig 
Log Message:
Configure.help moved

Index: Menuconfig
===================================================================
RCS file: /cvsroot/openap/openap-main/scripts/Menuconfig,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Menuconfig  18 Jul 2002 19:57:01 -0000      1.1.1.1
+++ Menuconfig  18 Jul 2002 21:59:31 -0000      1.2
@@ -364,7 +364,7 @@
 # Configure script.
 #
 function extract_help () {
-  if [ -f Documentation/Configure.help ]
+  if [ -f config/Configure.help ]
   then
      #first escape regexp special characters in the argument:
      var=$(echo "$1"|sed 's/[][\/.^$*]/\\&/g')
@@ -378,7 +378,7 @@
                         s/^  //
                        /<file:\\([^>]*\\)>/s//\\1/g
                         p
-                    }" Documentation/Configure.help)
+                    }" config/Configure.help)
 
      if [ -z "$text" ]
      then
@@ -1387,7 +1387,7 @@
        CONFIG_IN=$1
 fi
 
-DEFAULTS=arch/$ARCH/defconfig
+DEFAULTS=config/$TARGET/defconfig
 if [ -f .config ]; then
   DEFAULTS=.config
 fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]