Restore more files wiped out by Bitkeeper->CVS->GIT transition.

This commit is contained in:
David Mosberger-Tang
2006-07-26 15:09:39 -06:00
parent 9e927e7087
commit 37be21c01e
7 changed files with 885 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
kdir=${1:-../kernel}
scriptdir=$(dirname $0)
udir=$(dirname $scriptdir)
cat $scriptdir/kernel-files.txt | \
(while read l r; do
left=$(eval echo $l)
right=$(eval echo $r)
# echo $left $right
diff -up $left $right
done)