From: <smi...@us...> - 2003-10-23 02:41:44
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv2889/scripts Modified Files: lm_sensors Log Message: updated lm_sensors to v2.8.1 Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- lm_sensors 13 Oct 2003 17:36:08 -0000 1.5 +++ lm_sensors 23 Oct 2003 00:08:47 -0000 1.6 @@ -54,10 +54,7 @@ SMP=0 test "$CONFIG_LINUX_SMP" = "y" && SMP=1 - # COMPILE_KERNEL=1 should be 0, but there's a bug with the creation of sensors.h - # v2.8.1 will solve this problem, it's just not released yet. - make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man || exit 1 - #make user PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=1 I2C_HEADERS=$KERNELDIR/include/linux LINUX=$KERNELDIR|| exit 1 + make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=0 || exit 1 strip_debug ;; |