openap-cvs
[Top][All Lists]
Advanced

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

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


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/scripts Configure,1.1.1.1,1.2 Menuconfig,1.3,1.4
Date: Thu, 18 Jul 2002 18:20:04 -0400

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

Modified Files:
        Configure Menuconfig 
Log Message:
change location of defconfig

Index: Configure
===================================================================
RCS file: /cvsroot/openap/openap-main/scripts/Configure,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Configure   18 Jul 2002 19:57:00 -0000      1.1.1.1
+++ Configure   18 Jul 2002 22:20:02 -0000      1.2
@@ -544,7 +544,7 @@
        CONFIG_IN=$1
 fi
 
-DEFAULTS=arch/$ARCH/defconfig
+DEFAULTS=config/$TARGET/defconfig
 if [ -f .config ]; then
   DEFAULTS=.config
 fi

Index: Menuconfig
===================================================================
RCS file: /cvsroot/openap/openap-main/scripts/Menuconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Menuconfig  18 Jul 2002 22:01:00 -0000      1.3
+++ Menuconfig  18 Jul 2002 22:20:02 -0000      1.4
@@ -104,7 +104,7 @@
 function set_x_info () {
     eval x=\$$1
     if [ -z "$x" ]; then
-       eval `sed -n -e 's/# \(.*\) is not set.*/\1=n/' -e "/^$1=/p" 
arch/$ARCH/defconfig`
+       eval `sed -n -e 's/# \(.*\) is not set.*/\1=n/' -e "/^$1=/p" 
config/$TARGET/defconfig`
        eval x=\${$1:-"$2"}
        eval $1=$x
        eval INFO_$1="' (NEW)'"




reply via email to

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