summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-11-23 14:08:25 +0000
committernyan <nyan@FreeBSD.org>2001-11-23 14:08:25 +0000
commita518818140f3c6a5b953804575447786ef53c09a (patch)
tree4390c9ff390d3f563fef1b4cdfd577bdf5a19ffa /release
parent274cbc8854c9327555f7a67d5661a6c6c7c4c2eb (diff)
downloadFreeBSD-src-a518818140f3c6a5b953804575447786ef53c09a.zip
FreeBSD-src-a518818140f3c6a5b953804575447786ef53c09a.tar.gz
Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
The previous commit is not completely.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 456b8ca..72fca09 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -625,7 +625,7 @@ release.8:
@cp /boot/boot* ${RD}/mfsfd/boot
@cp /boot/loader.help ${RD}/mfsfd/boot
@cd ${.CURDIR} && ${MAKE} createBOOTMFS
-.if exists(${.CURDIR}/${MACHINE_ARCH}/drivers.conf)
+.if exists(${.CURDIR}/${MACHINE}/drivers.conf)
@cd ${.CURDIR} && ${MAKE} doMODULES KERNEL=BOOTMFS KERNEL_KO=BOOTMFS KODIR=""
.endif
@echo "Making the regular boot floppy."
@@ -639,7 +639,7 @@ release.8:
.if exists(${.CURDIR}/${MACHINE}/drivers.conf)
@mkdir -p ${RD}/mfsfd/stand/modules
@perl ${.CURDIR}/scripts/driver-copy2.pl \
- ${.CURDIR}/${MACHINE_ARCH}/drivers.conf \
+ ${.CURDIR}/${MACHINE}/drivers.conf \
${RD}/kernels ${RD}/mfsfd/stand/modules
.endif
sh -e ${.CURDIR}/scripts/doFS.sh -s mfsroot ${RD} ${MNT} \
@@ -916,7 +916,7 @@ createBOOTMFS:
.endif
.if exists(${.CURDIR}/${MACHINE}/drivers.conf)
@perl ${.CURDIR}/scripts/driver-remove.pl \
- ${.CURDIR}/${MACHINE_ARCH}/drivers.conf \
+ ${.CURDIR}/${MACHINE}/drivers.conf \
${.CURDIR}/../sys/${MACHINE}/conf/BOOTMFS
.endif
OpenPOWER on IntegriCloud