head	1.4;
access;
symbols
	RELENG_2_1_7_RELEASE:1.2.4.4
	RELENG_2_1_6_1_RELEASE:1.2.4.4
	RELENG_2_1_6_RELEASE:1.2.4.4
	RELENG_2_1_5_RELEASE:1.2.4.4
	RELENG_2_1_0_RELEASE:1.2
	mkisofs1_4:1.1.1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.1.1.1
	mkisofs1_2:1.1.1.1
	mkisofs:1.1.1;
locks; strict;
comment	@# @;


1.4
date	96.08.08.01.52.48;	author jkh;	state dead;
branches;
next	1.3;

1.3
date	95.10.22.14.04.33;	author joerg;	state Exp;
branches;
next	1.2;

1.2
date	95.05.30.05.02.19;	author rgrimes;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	95.02.12.08.00.41;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.12.08.00.42;	author jkh;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	95.10.22.10.11.01;	author joerg;	state Exp;
branches;
next	;

1.2.4.1
date	96.05.29.22.36.51;	author jkh;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	96.06.05.02.41.32;	author jkh;	state Exp;
branches;
next	1.2.4.3;

1.2.4.3
date	96.06.25.14.54.02;	author joerg;	state Exp;
branches;
next	1.2.4.4;

1.2.4.4
date	96.06.26.15.54.13;	author joerg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@bye bye mkisofs!
@
text
@#CC = gcc
CC = cc -traditional

all: dump isodump isovfy 

isoinfo:isoinfo.c
	${CC} -g -o isoinfo isoinfo.c
dump:dump.c
	${CC} -o dump dump.c
isodump:isodump.c
	${CC} -o isodump isodump.c
isovfy:isovfy.c
	${CC} -o isovfy isovfy.c

clean:
	rm -f dump isodump isovfy isoinfo
@


1.3
log
@Merge version 1.04 into HEAD.
@
text
@@


1.2
log
@Remove trailing whitespace.
@
text
@d1 7
a7 1
all: dump isodump isovfy
d9 1
a9 1
	gcc -o dump dump.c
d11 1
a11 1
	gcc -o isodump isodump.c
d13 1
a13 1
	gcc -o isovfy isovfy.c
d16 1
a16 1
	rm dump isodump isovfy
@


1.2.4.1
log
@Merge from HEAD, except:

	Clients that used gnumalloc still do, despite the merge.  We're not
	bringing phkmalloc over.

	Thread stuff left out.

	PCCARD support left out.
@
text
@d1 1
a1 7
#CC = gcc
CC = cc -traditional

all: dump isodump isovfy 

isoinfo:isoinfo.c
	${CC} -g -o isoinfo isoinfo.c
d3 1
a3 1
	${CC} -o dump dump.c
d5 1
a5 1
	${CC} -o isodump isodump.c
d7 1
a7 1
	${CC} -o isovfy isovfy.c
d10 1
a10 1
	rm -f dump isodump isovfy isoinfo
@


1.2.4.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d1 7
a7 1
all: dump isodump isovfy
d9 1
a9 1
	gcc -o dump dump.c
d11 1
a11 1
	gcc -o isodump isodump.c
d13 1
a13 1
	gcc -o isovfy isovfy.c
d16 1
a16 1
	rm dump isodump isovfy
@


1.2.4.3
log
@Sync with HEAD: update mkisofs to version 1.04
@
text
@d1 1
a1 7
#CC = gcc
CC = cc -traditional

all: dump isodump isovfy 

isoinfo:isoinfo.c
	\${CC} -g -o isoinfo isoinfo.c
d3 1
a3 1
	\${CC} -o dump dump.c
d5 1
a5 1
	\${CC} -o isodump isodump.c
d7 1
a7 1
	\${CC} -o isovfy isovfy.c
d10 1
a10 1
	rm -f dump isodump isovfy isoinfo
@


1.2.4.4
log
@Correct two minor nits i've been botching yesterday.
@
text
@d7 1
a7 1
	${CC} -g -o isoinfo isoinfo.c
d9 1
a9 1
	${CC} -o dump dump.c
d11 1
a11 1
	${CC} -o isodump isodump.c
d13 1
a13 1
	${CC} -o isovfy isovfy.c
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
all: dump isodump isovfy 
d10 1
a10 1
	rm dump isodump isovfy@


1.1.1.1
log
@Original virgin sources for version 1.2 of mkisofs, by Eric Youngdale of
Yggdrasil Computing Inc.  This is a useful concession to us CDROM mastering
weenies out here.
Obtained from: Yggdrasil Computing, Inc.
@
text
@@


1.1.1.2
log
@Import version 1.04 of mkisofs.

This is a vendor-branch import by now, the merge with our regular
tree will happen later.

Obtained from: Eric Youngdale of Yggdrasil Computing Inc.
@
text
@a0 3
#CC = gcc
CC = cc -traditional

a1 3

isoinfo:isoinfo.c
	${CC} -g -o isoinfo isoinfo.c
d3 1
a3 1
	${CC} -o dump dump.c
d5 1
a5 1
	${CC} -o isodump isodump.c
d7 1
a7 1
	${CC} -o isovfy isovfy.c
d10 1
a10 1
	rm -f dump isodump isovfy isoinfo
@
