aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-07-30 11:01:47 +0000
committerWarner Losh <imp@FreeBSD.org>2023-01-24 21:49:29 +0000
commit0510ad4b151335be821c55c6d2943f6d0ca17dd0 (patch)
tree56e162d6d2df6975c06aea1ca6f18140ccd8a8a3
parenta8b253fced5ef5a7af67c89ee715028b2853e560 (diff)
downloadsrc-0510ad4b151335be821c55c6d2943f6d0ca17dd0.tar.gz
src-0510ad4b151335be821c55c6d2943f6d0ca17dd0.zip
stand: Add a helper 'universe' target
Add a shortcut for invokging ${SRCTOP}/tools/boot/universe.sh by creating a 'universe' target in src/stand. This will make it easier to test out all the different combinations of boot loaders that we build. Sponsored by: Netflix (cherry picked from commit 206203f5301b1bda1ceabcb7ecb7c0eee3e6b07a)
-rw-r--r--stand/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/stand/Makefile b/stand/Makefile
index 1597f6832c07..4d241c623d97 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -94,3 +94,8 @@ SUBDIR_DEPEND_uboot+= fdt
SUBDIR_PARALLEL= yes
.include <bsd.subdir.mk>
+
+# Simplified way to build-test the most important build combinations for the
+# loader.
+universe:
+ sh ${SRCTOP}/tools/boot/universe.sh