]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move loader help file definitions to being 100% inside of loader.mk.
authorimp <imp@FreeBSD.org>
Mon, 18 Dec 2017 04:51:34 +0000 (04:51 +0000)
committerimp <imp@FreeBSD.org>
Mon, 18 Dec 2017 04:51:34 +0000 (04:51 +0000)
commit3e70882dcba08c315a95c21c9b77b6223e69becc
tree5e6e7c261047be84779593a66e3ef4ed4340e37a
parente7c1464d290cac38f8a7e3444b9a37e5b4edca90
Move loader help file definitions to being 100% inside of loader.mk.

HELP_FILES is a loader only thing, so move it to loader.mk. Only
generate the help file if HELP_FILES is defined. Adjust Makefiles to
new convention. Fix a few cases where ${.CURDIR}/ was missing
resulting in missing bits from the help files.

Sponsored by: Netflix
13 files changed:
stand/arm/uboot/Makefile
stand/defs.mk
stand/efi/loader/Makefile
stand/i386/loader/Makefile
stand/loader.mk
stand/mips/beri/loader/Makefile
stand/mips/uboot/Makefile
stand/powerpc/kboot/Makefile
stand/powerpc/ofw/Makefile
stand/powerpc/ps3/Makefile
stand/powerpc/uboot/Makefile
stand/sparc64/loader/Makefile
stand/userboot/userboot/Makefile