Bug 93661 - [patch] loader(8): prevent *.4th files and friends from being installed if NO_FORTH is defined
Summary: [patch] loader(8): prevent *.4th files and friends from being installed if NO...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 1.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 16:50 UTC by Björn König
Modified: 2019-01-07 07:44 UTC (History)
2 users (show)

See Also:


Attachments
BOOT_FORTH-2006022101.diff (1.24 KB, patch)
2006-02-21 16:50 UTC, Björn König
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Björn König 2006-02-21 16:50:03 UTC
	The loader makes use of NO_FORTH resp. BOOT_FORTH variables that
	are intended for building loader without Forth support. In this case 
	you don't need several files, e.g. /boot/*.4th, device.hints and
	other.

	The patch below let the loader Makefile and kern.post.mk take
	BOOT_FORTH into account. Note that it affects i386 only. The
	changes still need to be applied to other platforms.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:59:21 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2018-02-18 07:24:14 UTC
Fixed in FreeBSD 12 as side effect of loader's lua support implementation,  MFC to 11 is possible.
Comment 3 Warner Losh freebsd_committer freebsd_triage 2019-01-07 07:44:19 UTC
Fixed in 11 and 12. Closing.