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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"