3 # MAKEDIFFS.sh: Make context diffs for the csh sources
5 # $Id: MAKEDIFFS,v 3.0 1991/07/04 21:57:47 christos Exp $
6 XINUDIR
=/usr
/share
/src
/mtXinu
/bin
/csh
7 BSDDIR
=/usr
/share
/src
/mtXinu
/BSD
/bin
/csh
8 TAHOEDIR
=/usr
/share
/src
/mtXinu
/TAHOE
/bin
/csh
9 RENODIR
=/usr
/share
/src
/mtXinu
/RENO
/bin
/csh
21 echo "Usage: `basename $0` [bsd|tahoe|xinu|reno]";exit 1;;
23 DIFF1
='sh.c sh.char.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.exp.c sh.file.c'
24 DIFF2
='sh.func.c sh.glob.c sh.hist.c sh.init.c sh.lex.c sh.misc.c sh.parse.c sh.print.c'
25 DIFF3
='sh.proc.c sh.sem.c sh.set.c sh.time.c sh.char.h sh.dir.h sh.h sh.local.h sh.proc.h'
29 diff -c $CSHDIR/$i $TCSHDIR/$i
34 diff -c $CSHDIR/$i $TCSHDIR/$i
39 diff -c $CSHDIR/$i $TCSHDIR/$i