From d218d9797425d05a8bb469179b03807c153a54cd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 19 Feb 2001 22:41:07 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 2 ++ patches/rel_comedi | 14 ++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index d04d2a4d..00ae5501 100644 --- a/TODO +++ b/TODO @@ -39,3 +39,5 @@ autoloading causes BUG on failure. should insn_config be a bitfield? +ledclock demo: RT irq allocated at removal + diff --git a/patches/rel_comedi b/patches/rel_comedi index 76d2bf12..adf81fca 100755 --- a/patches/rel_comedi +++ b/patches/rel_comedi @@ -1,7 +1,12 @@ #!/bin/bash +# This is the script that I use to make .tgz files for release +# It's not intended for general use, and if you want to +# understand how/why it works, read the code, don't ask me. export LINUXDIR=/d/ds/linux/linux-2.2.17 +export CVSROOT=opensource.lineo.com:/var/cvs + if [ ! "$1" ] then echo -n "minor version: " @@ -39,18 +44,11 @@ mv comedi comedi-$version mkdir comedi-$version/include/comedi mkdir comedi-$version/include/modbuild +rm -rf comedi-$version/patches sed "s/^SUBLEVEL.*/SUBLEVEL = $minor/" comedi-$version/Makefile >Makefile.tmp mv Makefile.tmp comedi-$version/Makefile tar -czvf ../comedi-$version.tgz comedi-$version -exit - -cd comedi-$version - -yes "" | make -make -make - -- 2.26.2