Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2018 23:49:18 +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: r329763 - head/tools/boot
Message-ID:  <201802212349.w1LNnImq086473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Feb 21 23:49:18 2018
New Revision: 329763
URL: https://svnweb.freebsd.org/changeset/base/329763

Log:
  Add LOADER_DEBUG regression test

Modified:
  head/tools/boot/universe.sh

Modified: head/tools/boot/universe.sh
==============================================================================
--- head/tools/boot/universe.sh	Wed Feb 21 23:42:30 2018	(r329762)
+++ head/tools/boot/universe.sh	Wed Feb 21 23:49:18 2018	(r329763)
@@ -108,3 +108,12 @@ for i in \
     ta=${i##*/}
     dobuild $ta _.boot.${ta}.firewire.log "MK_LOADER_FIREWIRE=yes"
 done
+
+# Build with LOADER_DEBUG, only sparc64 does this.
+for i in \
+	sparc64/sparc64 \
+	; do
+    ta=${i##*/}
+    dobuild $ta _.boot.${ta}.debug.log "LOADER_DEBUG=yes"
+done
+



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