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
F150777591: D3228.id7441.diff
Sat, Apr 4, 12:02 AM
Unknown Object (File)
Wed, Apr 1, 4:41 PM
Unknown Object (File)
Fri, Mar 27, 6:42 AM
Unknown Object (File)
Thu, Mar 26, 11:51 PM
Unknown Object (File)
Fri, Mar 20, 6:43 AM
Unknown Object (File)
Fri, Mar 20, 5:26 AM
Unknown Object (File)
Fri, Mar 20, 3:40 AM
Unknown Object (File)
Thu, Mar 19, 6:37 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.