*** empty log message ***
authorDavid Schleef <ds@schleef.org>
Mon, 19 Feb 2001 22:41:07 +0000 (22:41 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 19 Feb 2001 22:41:07 +0000 (22:41 +0000)
TODO
patches/rel_comedi

diff --git a/TODO b/TODO
index d04d2a4d0fbbc39bb6ad7c2ebe368c54db6a1ac3..00ae5501e6c77b67e69d95043cee70c68a5f6e03 100644 (file)
--- 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
+
index 76d2bf126cdd6bf7929511b9059d95b56aad8848..adf81fca91567b88eb4549bcf2b14f5eb0597a80 100755 (executable)
@@ -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
-