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.12;	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 procedure is used to create the archive file
:	'comobj.a', which contains the object modules of all the
:	common subroutines. All work is done in a temporary
:	directory called 'objwork', in order to prevent damage
:	to the contents of the 'com' directory.
:	At the end of processing, the new archive file is moved into 'com'.
:
:
mkdir ../objwork
chdir ../objwork
rm -f *
cp ../com/*.c .
echo COMPILING:\

cc -c -O *.c
rm -f *.c
ar cr \
comobj.a \
doie.o \
dolist.o \
permiss.o \
rdmod.o \
setup.o \
dodelt.o \
del_ab.o \
chksid.o \
stats_ab.o \
flushto.o \
del_ba.o \
newstats.o \
sinit.o \
getline.o \
putline.o \
auxf.o \
sid_ba.o \
date_ba.o \
dofile.o \
pf_ab.o \
sid_ab.o \
date_ab.o \
fmterr.o \
sidtoser.o \
chkid.o \
dohist.o \
eqsid.o

:rm -f *.o

mv comobj.a ../com
chdir ..
:rmdir objwork
echo "DONE comobj.a"
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of CSRG SCCS.

Obtained from:	Kirk McKusick
@
text
@@
