aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2002-12-09 16:14:46 +0000
committerMurray Stokely <murray@FreeBSD.org>2002-12-09 16:14:46 +0000
commitfdd57f1a0c49ee2e532141c063ff649e64a9d995 (patch)
tree031d663ba89ec944aff4e6a49d0a66e19dc9408b /release
parentbe4526b68f9dac733f1fd179cacec104c905e472 (diff)
downloadsrc-fdd57f1a0c49ee2e532141c063ff649e64a9d995.tar.gz
src-fdd57f1a0c49ee2e532141c063ff649e64a9d995.zip
Create DRIVERS.TXT file to describe the contents of drivers.flp.
Approved by: re
Notes
Notes: svn path=/head/; revision=107711
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 6218bdeff37f..49419bbe5b8f 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -788,6 +788,8 @@ release.10:
${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
# Do our last minute floppies directory setup in a convenient place.
.if !defined(NODOC)
+ @(cd ${RD}/driversfd; awk -f ${.CURDIR}/scripts/driver-desc.awk \
+ *.dsc >> ${RD}/floppies/DRIVERS.TXT)
@cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \
${RD}/floppies/README.TXT
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)