From 0c5ec6c2f7b5a724f4d91337a8ac52cdb68353f1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 21 Feb 2018 23:49:18 +0000 Subject: [PATCH] Add LOADER_DEBUG regression test --- tools/boot/universe.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index 1c27f97070fb..e26f81f6c83f 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -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 +