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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to