Page MenuHomeFreeBSD

Make sys.mk more compatible with fmake by refraining from using :U modifiers.
ClosedPublic

Authored by imp on Jul 28 2015, 9:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 10:29 AM
Unknown Object (File)
Fri, May 8, 6:29 PM
Unknown Object (File)
Mon, May 4, 7:01 AM
Unknown Object (File)
Fri, May 1, 10:46 PM
Unknown Object (File)
Mon, Apr 27, 11:20 PM
Unknown Object (File)
Mon, Apr 27, 1:43 AM
Unknown Object (File)
Sun, Apr 26, 5:36 AM
Unknown Object (File)
Sun, Apr 26, 2:18 AM

Details

Summary

This allows the bare-minimum use of sys.mk the ports system needs to work.

Diff Detail

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

Event Timeline

imp retitled this revision from to Make sys.mk more compatible with fmake by refraining from using :U modifiers..
imp updated this object.
imp edited the test plan for this revision. (Show Details)

More

Updating D3228: Make sys.mk more compatible with fmake by refraining from using :U

modifiers.

bapt added a reviewer: bapt.
This revision is now accepted and ready to land.Jul 28 2015, 9:52 PM
imp added a reviewer: simon.
share/mk/sys.mk
38 ↗(On Diff #7442)

I guess you could simplify this by just putting all the blocks below re META* and AUTO_OBJ inside the same .if defined(.PARSEDIR) ?

ngie added a reviewer: ngie.
This revision was automatically updated to reflect the committed changes.