Page MenuHomeFreeBSD

restore include of make.conf to orginal location
ClosedPublic

Authored by sjg on Jun 18 2015, 6:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 4 2024, 10:06 PM
Unknown Object (File)
Jan 4 2024, 10:06 PM
Unknown Object (File)
Jan 4 2024, 10:06 PM
Unknown Object (File)
Jan 4 2024, 10:06 PM
Unknown Object (File)
Jan 4 2024, 9:54 PM
Unknown Object (File)
Dec 20 2023, 1:14 AM
Unknown Object (File)
Jun 26 2023, 11:27 PM
Unknown Object (File)
Jun 16 2023, 3:36 AM

Details

Summary

Including make.conf early breaks users who have
non-trivial things there.

Move its include back to where it was, and include
local.sys.env.mk early - which we specifically define to
only do things safe at that early point.

Might as well add a corresponding src-env.conf to
include via src.sys.env.mk

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sjg retitled this revision from to restore include of make.conf to orginal location.
sjg updated this object.
sjg edited the test plan for this revision. (Show Details)
sjg added a reviewer: imp.
sjg updated this object.

simplify include of SRC_ENV_CONF

Looks like this differential was generated from a tree that differed from a vanilla head.
When I ran arc patch D2860 it couldn't find share/mk/src.sys.env.mk.

Avg: I did

svn cp local.sys.mk local.sys.env.mk
svn cp src.sys.mk src.sys.env.mk

so no you won't find them in svn yet

First blush, this looks good to me. I'll sleep on it to see if anything bubbles up while the rest of my brain is off...

In D2860#55283, @sjg wrote:

svn cp local.sys.mk local.sys.env.mk
svn cp src.sys.mk src.sys.env.mk

arc patch D2860 still failed to apply cleanly, so I can't test.

This revision was automatically updated to reflect the committed changes.