mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Move the creation of the DRIVERS.TXT file to a more appropriate area
of this file, so it will be created for other platforms that use a third floppy disk, not just i386. Approved by: re
This commit is contained in:
parent
9dc9a9b380
commit
8e414f48c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107810
@ -729,6 +729,8 @@ release.9:
|
|||||||
sh -e ${DOFS_SH} \
|
sh -e ${DOFS_SH} \
|
||||||
${RD}/floppies/drivers.flp ${RD} ${MNT} ${DRIVERSIZE} \
|
${RD}/floppies/drivers.flp ${RD} ${MNT} ${DRIVERSIZE} \
|
||||||
${RD}/driversfd ${DRIVERINODE} ${DRIVERLABEL}; \
|
${RD}/driversfd ${DRIVERINODE} ${DRIVERLABEL}; \
|
||||||
|
cd ${RD}/driversfd && awk -f ${.CURDIR}/scripts/driver-desc.awk \
|
||||||
|
*.dsc >> ${RD}/floppies/DRIVERS.TXT; \
|
||||||
fi
|
fi
|
||||||
.endif
|
.endif
|
||||||
sh -e ${DOFS_SH} -s mfsroot ${RD} ${MNT} \
|
sh -e ${DOFS_SH} -s mfsroot ${RD} ${MNT} \
|
||||||
@ -788,10 +790,6 @@ release.10:
|
|||||||
${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
|
${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
|
||||||
# Do our last minute floppies directory setup in a convenient place.
|
# Do our last minute floppies directory setup in a convenient place.
|
||||||
.if !defined(NODOC)
|
.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 \
|
@cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \
|
||||||
${RD}/floppies/README.TXT
|
${RD}/floppies/README.TXT
|
||||||
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)
|
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)
|
||||||
|
Loading…
Reference in New Issue
Block a user