Bug 192268 - nanobsd broken on installkernel - with patch
Summary: nanobsd broken on installkernel - with patch
Status: Closed DUPLICATE of bug 193808
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 9.3-RELEASE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 07:04 UTC by whatexercise+bugsfreebsdorg
Modified: 2014-09-21 21:26 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description whatexercise+bugsfreebsdorg 2014-07-30 07:04:30 UTC
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} \
Comment 1 Thomas Quinot freebsd_committer freebsd_triage 2014-09-21 21:26:00 UTC

*** This bug has been marked as a duplicate of bug 193808 ***