mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue