Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22248/scripts
Modified Files:
flex prepare
Removed Files:
motion
Log Message:
motion hasn't seen an update in 5 years -> good bye
fix issues with libfl share library and missing yylex
--- motion DELETED ---
Index: flex
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/flex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- flex 5 Dec 2011 09:11:37 -0000 1.2
+++ flex 17 Oct 2015 20:20:05 -0000 1.3
@@ -16,7 +16,8 @@
case $1 in
prepare )
- ./configure --prefix=/usr --disable-nls || exit 1
+ ./configure --prefix=/usr --disable-nls --disable-shared || exit 1
+ rm /usr/lib/libfl.so*
make all $PMAKE || exit 1
make install || exit 1
Index: prepare
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/prepare,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- prepare 6 Oct 2015 00:59:17 -0000 1.96
+++ prepare 17 Oct 2015 20:20:05 -0000 1.97
@@ -105,8 +105,6 @@
cp -v $KERNEL_CONFIG_DIR/config_linux.$CONFIG_KERNEL_CPU $KERNELDIR/.config || exit 1
- set_kernel_option CONFIG_NR_CPUS $CONFIG_LINUX_NR_CPUS
-
#if [ "$CONFIG_ALSA" == "y" ]; then
# cat $KERNEL_CONFIG_DIR/config_linux.alsa >> $KERNELDIR/.config || exit 1
#fi
|