mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
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
This commit is contained in:
parent
2101541ff1
commit
206203f530
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user