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
F167454071: D3228.id7441.diff
Fri, Aug 21, 9:11 PM
Unknown Object (File)
Wed, Aug 19, 2:56 PM
Unknown Object (File)
Tue, Aug 18, 8:38 PM
Unknown Object (File)
Tue, Aug 18, 8:18 PM
Unknown Object (File)
Tue, Aug 18, 4:34 PM
Unknown Object (File)
Tue, Aug 18, 3:57 PM
Unknown Object (File)
Mon, Aug 17, 7:02 PM
Unknown Object (File)
Mon, Aug 17, 12:27 PM

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.