Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2020 17:50:26 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360541 - head/tools/boot
Message-ID:  <202005011750.041HoQeK059003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri May  1 17:50:26 2020
New Revision: 360541
URL: https://svnweb.freebsd.org/changeset/base/360541

Log:
  Spell LOADER correctly so we test lua build.

Modified:
  head/tools/boot/universe.sh

Modified: head/tools/boot/universe.sh
==============================================================================
--- head/tools/boot/universe.sh	Fri May  1 17:50:21 2020	(r360540)
+++ head/tools/boot/universe.sh	Fri May  1 17:50:26 2020	(r360541)
@@ -97,7 +97,7 @@ for i in \
 	powerpc/powerpc powerpc/powerpc64 \
 	; do
     ta=${i##*/}
-    dobuild $ta _.boot.${ta}.lua.log "MK_LOADEDER_LUA=yes MK_FORTH=no"
+    dobuild $ta _.boot.${ta}.lua.log "MK_LOADER_LUA=yes MK_FORTH=no"
 done
 
 # Build w/o ZFS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005011750.041HoQeK059003>