uname machine for parisc, etc

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@46 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Brad House 21 years ago
parent fd1a22414d
commit 77de02685b

@ -137,7 +137,7 @@ compile_generic() {
${MAKE} ${MAKEOPTS} ${1} >> ${DEBUGFILE} 2>&1 ${MAKE} ${MAKEOPTS} ${1} >> ${DEBUGFILE} 2>&1
RET=$? RET=$?
fi fi
[ "${RET}" -ne "0" ] && gen_die "compile of failed" [ "${RET}" -ne "0" ] && gen_die "compile of ${1} failed"
unset MAKE unset MAKE
if [ "${2}" = "kernel" ] if [ "${2}" = "kernel" ]
@ -185,7 +185,9 @@ compile_modules() {
print_info 1 "kernel: Starting compile of linux ${KV} modules" print_info 1 "kernel: Starting compile of linux ${KV} modules"
cd ${KERNEL_DIR} cd ${KERNEL_DIR}
compile_generic "modules" kernel compile_generic "modules" kernel
export UNAME_MACHINE="${ARCH}"
compile_generic "modules_install" kernel compile_generic "modules_install" kernel
unset UNAME_MACHINE
} }
compile_kernel() { compile_kernel() {

Loading…
Cancel
Save