svn commit: r360541 - head/tools/boot

Warner Losh imp at FreeBSD.org
Fri May 1 17:50:28 UTC 2020


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


More information about the svn-src-all mailing list