I should know better than to touch this without testing a 'make release'
but ${MACHINE_ARCH} should be ${MACHINE} here. pc98 has its own GENERIC.hints file and should not be used with the i386 version.
This commit is contained in:
parent
b594e0fea2
commit
5836b5e001
@ -10,7 +10,7 @@ SUBDIR+=modules
|
||||
|
||||
afterdistribute:
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${.CURDIR}/${MACHINE_ARCH}/conf/GENERIC.hints \
|
||||
${.CURDIR}/${MACHINE}/conf/GENERIC.hints \
|
||||
${DESTDIR}/boot/device.hints
|
||||
|
||||
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
||||
|
Loading…
x
Reference in New Issue
Block a user