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, Aug 18, 2:59 PM
Unknown Object (File)
Sun, Aug 17, 11:54 PM
Unknown Object (File)
Fri, Aug 8, 6:12 AM
Unknown Object (File)
Tue, Aug 5, 11:51 AM
Unknown Object (File)
Thu, Jul 24, 7:02 PM
Unknown Object (File)
Thu, Jul 24, 6:30 AM
Unknown Object (File)
Jul 23 2025, 9:41 AM
Unknown Object (File)
Jul 23 2025, 7:50 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 Passed
Unit
No Test Coverage

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

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.