Date: Wed, 8 Jul 2015 23:50:04 +0000 (UTC) From: Luiz Otavio O Souza <loos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285298 - stable/10/sys/boot/arm/uboot Message-ID: <201507082350.t68No40j028474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: loos Date: Wed Jul 8 23:50:04 2015 New Revision: 285298 URL: https://svnweb.freebsd.org/changeset/base/285298 Log: MFC r285138: Install loader.rc with ARM u-boot loader (ubldr). loader.rc is the responsible to read and process loader.conf variables. This fix the issue of loader.conf being silently ignored. Approved by: re (gjb) Modified: stable/10/sys/boot/arm/uboot/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/boot/arm/uboot/Makefile ============================================================================== --- stable/10/sys/boot/arm/uboot/Makefile Wed Jul 8 22:48:41 2015 (r285297) +++ stable/10/sys/boot/arm/uboot/Makefile Wed Jul 8 23:50:04 2015 (r285298) @@ -149,10 +149,9 @@ CLEANFILES+= ldscript.abs ldscript.pie u .PATH: ${.CURDIR}/../../forth .include "${.CURDIR}/../../forth/Makefile.inc" -# Put sample loader.rc and menu.rc on disk but don't enable them -# by default. +# Install loader.rc. FILES+= loader.rc -FILESNAME_loader.rc= loader.rc.sample +# Put sample menu.rc on disk but don't enable it by default. FILES+= menu.rc FILESNAME_menu.rc= menu.rc.sample .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507082350.t68No40j028474>