Module Name:    othersrc
Committed By:   agc
Date:           Wed Mar 23 04:56:33 UTC 2011

Modified Files:
        othersrc/external/bsd/rs/rs: Makefile

Log Message:
add a test for nested rs encoding, remarkably similar to the rs encoding
steps in CIRC (in use on CDs), but without the cross-interleaving - the
test uses the same 28,24 then 32,28 encodings.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/rs/rs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/external/bsd/rs/rs/Makefile
diff -u othersrc/external/bsd/rs/rs/Makefile:1.2 othersrc/external/bsd/rs/rs/Makefile:1.3
--- othersrc/external/bsd/rs/rs/Makefile:1.2	Wed Mar 23 03:17:48 2011
+++ othersrc/external/bsd/rs/rs/Makefile	Wed Mar 23 04:56:33 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/23 03:17:48 agc Exp $
+# $NetBSD: Makefile,v 1.3 2011/03/23 04:56:33 agc Exp $
 
 .include <bsd.own.mk>
 
@@ -37,3 +37,7 @@
 	./${PROG} -d -o a3 a2
 	diff Makefile a3
 	rm -f a2 a3
+	./${PROG} -p 28,24 Makefile | ./${PROG} -o a2 -p 32,28
+	./${PROG} -d a2 | ./${PROG} -d -o a3
+	diff Makefile a3
+	rm -f a2 a3

Reply via email to