Only create the DRIVERS.TXT file on i386 for now.

Approved by:	re
This commit is contained in:
Murray Stokely 2002-12-09 16:42:23 +00:00
parent fdd57f1a0c
commit 9314e0a12e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107712

View File

@ -788,8 +788,10 @@ release.10:
${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
# Do our last minute floppies directory setup in a convenient place.
.if !defined(NODOC)
.if ${TARGET} == "i386"
@(cd ${RD}/driversfd; awk -f ${.CURDIR}/scripts/driver-desc.awk \
*.dsc >> ${RD}/floppies/DRIVERS.TXT)
.endif
@cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \
${RD}/floppies/README.TXT
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)