head	1.2;
access;
symbols
	CSRG_19930606:1.1.1.1 CSRG:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.05.26.22.44.10;	author jmallett;	state dead;
branches;
next	1.1;

1.1
date	2002.05.24.04.15.04;	author jmallett;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.05.24.04.15.04;	author jmallett;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove ancient relics.
@
text
@:	This shell procedure can be used to reconstruct all of SCCS
:	by issuing the command:
:
:		Shell
:
:	while in the directory sccs.
:
:
chdir hdr
get s.*   >../logs   2>../errors
chdir ../com
Compile   >>../logs   2>>../errors
echo "comobj.a created"
chdir ../cmd
make   >>../logs   2>>../errors
chdir ..
if [ -s errors ]  
then
	echo "Construct failed, see 'errors'"
	exit 1
fi
exit 0
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of CSRG SCCS.

Obtained from:	Kirk McKusick
@
text
@@
