[Bug 216839] man page: document BSDmakefile for make
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 07:34:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216839 Li-Wen Hsu <lwhsu@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |lwhsu@FreeBSD.org Status|Open |Closed CC| |lwhsu@FreeBSD.org Resolution|--- |Not A Bug --- Comment #1 from Li-Wen Hsu <lwhsu@FreeBSD.org> --- I think this is right, make(1) describe its default setting: .MAKE.MAKEFILE_PREFERENCE The ordered list of makefile names (default ‘makefile’, ‘Makefile’) that make will look for. And sys.mk is just overwriting this default, to add BSDmakefile, when being included. -- You are receiving this mail because: You are on the CC list for the bug.