Date: Wed, 30 Jul 2014 07:04:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192268] New: nanobsd broken on installkernel - with patch Message-ID: <bug-192268-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192268 Bug ID: 192268 Summary: nanobsd broken on installkernel - with patch Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: whatexercise+bugsfreebsdorg@gmail.com For 9.3-RELEASE building a nanobsd image breaks at the installkernel stage. Cause: Mistyped variable name NANO_MAKE when it should have been NANO_PMAKE. nanobsd.sh in 10.0-RELEASE is correct. PATCH: --- tools/tools/nanobsd/nanobsd.sh.orig 2014-07-30 06:51:01.000000000 +1000 +++ tools/tools/nanobsd/nanobsd.sh 2014-07-30 06:51:09.000000000 +1000 @@ -294,7 +294,7 @@ fi cd ${NANO_SRC} - eval "TARGET_ARCH=${NANO_ARCH} ${NANO_MAKE} installkernel \ + eval "TARGET_ARCH=${NANO_ARCH} ${NANO_PMAKE} installkernel \ DESTDIR='${NANO_WORLDDIR}' \ __MAKE_CONF='${NANO_MAKE_CONF_INSTALL}' \ ${kernconfdir_arg} KERNCONF=${kernconf} \ -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192268-8>