[Lunar-commits] CVS: moonbase/kernel/linux-2.6-grsec BUILD,1.2,1.3
Jaime Buffery
nestu at lunar-linux.org
Fri Jan 7 23:35:47 UTC 2005
- Previous message: [Lunar-commits] CVS: moonbase/kernel/linux-2.6-mm BUILD, 1.2,
1.3 CONFIGURE, 1.1, 1.2 DETAILS, 1.8, 1.9 POST_INSTALL, 1.1,
1.2 PRE_BUILD, 1.3, 1.4
- Next message: [Lunar-commits] CVS: moonbase/kernel/linux-2.6 CONFIGURE,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/kernel/linux-2.6-grsec
In directory espresso.foo-projects.org:/tmp/cvs-serv23018
Modified Files:
BUILD
Log Message:
the ") && (" was disliked when relinning, but worked fine on first lin. Removed.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-grsec/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 7 Jan 2005 21:26:45 -0000 1.2
+++ BUILD 7 Jan 2005 23:35:44 -0000 1.3
@@ -1,26 +1,25 @@
-(
- cd /usr/src/linux/
+ cd /usr/src/linux/
- while
- if [ "$CONFIG_KERNEL" == "y" ]; then
- if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then
- make xconfig || make menuconfig || make config
- elif [ "$PREFER_MENUCONFIG" == "y" ]; then
- make menuconfig || make config
- else
- make config
- fi
- if ! query "Repeat configuration?" n; then
- CONFIG_KERNEL=n
- fi
- else
- false
- fi
- do
- true
- done
+ while
+ if [ "$CONFIG_KERNEL" == "y" ]; then
+ if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then
+ make xconfig || make menuconfig || make config
+ elif [ "$PREFER_MENUCONFIG" == "y" ]; then
+ make menuconfig || make config
+ else
+ make config
+ fi
+ if ! query "Repeat configuration?" n; then
+ CONFIG_KERNEL=n
+ fi
+ else
+ false
+ fi
+ do
+ true
+ done
-) && (
+(
yes n | make oldconfig
LD_PRELOAD= cp .config $CONFIG_CACHE/.config-2.6-grsec
- Previous message: [Lunar-commits] CVS: moonbase/kernel/linux-2.6-mm BUILD, 1.2,
1.3 CONFIGURE, 1.1, 1.2 DETAILS, 1.8, 1.9 POST_INSTALL, 1.1,
1.2 PRE_BUILD, 1.3, 1.4
- Next message: [Lunar-commits] CVS: moonbase/kernel/linux-2.6 CONFIGURE,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list