Page MenuHomeFreeBSD

D40021.diff
No OneTemporary

D40021.diff

diff --git a/stand/efi/loader_4th/Makefile b/stand/efi/loader_4th/Makefile
--- a/stand/efi/loader_4th/Makefile
+++ b/stand/efi/loader_4th/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
LOADER_INTERP=4th
+INSTALL_LOADER_HELP_FILE=no
.include "../loader/Makefile"
diff --git a/stand/efi/loader_lua/Makefile b/stand/efi/loader_lua/Makefile
--- a/stand/efi/loader_lua/Makefile
+++ b/stand/efi/loader_lua/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
LOADER_INTERP=lua
+INSTALL_LOADER_HELP_FILE=no
.include "../loader/Makefile"
diff --git a/stand/i386/loader_4th/Makefile b/stand/i386/loader_4th/Makefile
--- a/stand/i386/loader_4th/Makefile
+++ b/stand/i386/loader_4th/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
LOADER_INTERP=4th
+INSTALL_LOADER_HELP_FILE=no
.include "../loader/Makefile"
diff --git a/stand/i386/loader_lua/Makefile b/stand/i386/loader_lua/Makefile
--- a/stand/i386/loader_lua/Makefile
+++ b/stand/i386/loader_lua/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
LOADER_INTERP=lua
+INSTALL_LOADER_HELP_FILE=no
.include "../loader/Makefile"
diff --git a/stand/loader.mk b/stand/loader.mk
--- a/stand/loader.mk
+++ b/stand/loader.mk
@@ -171,8 +171,10 @@
HELP_FILES+= ${LDRSRC}/help.common
CFLAGS+= -DHELP_FILENAME=\"${HELP_FILENAME}\"
+.if ${INSTALL_LOADER_HELP_FILE:Uyes} == "yes"
CLEANFILES+= ${HELP_FILENAME}
FILES+= ${HELP_FILENAME}
+.endif
${HELP_FILENAME}: ${HELP_FILES}
cat ${HELP_FILES} | awk -f ${LDRSRC}/merge_help.awk > ${.TARGET}
diff --git a/stand/userboot/userboot_4th/Makefile b/stand/userboot/userboot_4th/Makefile
--- a/stand/userboot/userboot_4th/Makefile
+++ b/stand/userboot/userboot_4th/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
LOADER_INTERP=4th
+INSTALL_LOADER_HELP_FILE=no
.include "../userboot/Makefile"
diff --git a/stand/userboot/userboot_lua/Makefile b/stand/userboot/userboot_lua/Makefile
--- a/stand/userboot/userboot_lua/Makefile
+++ b/stand/userboot/userboot_lua/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
LOADER_INTERP=lua
+INSTALL_LOADER_HELP_FILE=no
.include "../userboot/Makefile"

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 5, 8:47 PM (20 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16480582
Default Alt Text
D40021.diff (1 KB)

Event Timeline