diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2002-12-13 06:54:33 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2002-12-13 06:54:33 +0000 |
| commit | 8e414f48c1ffd93a0694947fbe5ecb09bd0649ac (patch) | |
| tree | 1035368727170ef5eb942d04173ef729bbfbc305 | |
| parent | 9dc9a9b38073b4de91589df522fd98c55da4ff5f (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index beec7b44d569..d695db3b0e1d 100644 --- a/release/Makefile +++ b/release/Makefile @@ -729,6 +729,8 @@ release.9: sh -e ${DOFS_SH} \ ${RD}/floppies/drivers.flp ${RD} ${MNT} ${DRIVERSIZE} \ ${RD}/driversfd ${DRIVERINODE} ${DRIVERLABEL}; \ + cd ${RD}/driversfd && awk -f ${.CURDIR}/scripts/driver-desc.awk \ + *.dsc >> ${RD}/floppies/DRIVERS.TXT; \ fi .endif sh -e ${DOFS_SH} -s mfsroot ${RD} ${MNT} \ @@ -788,10 +790,6 @@ 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) |
