Page MenuHomeFreeBSD

remove stale dependencies for utimens* wrappers removed in rS319663
ClosedPublic

Authored by emaste on Jun 8 2017, 11:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 2:12 PM
Unknown Object (File)
Wed, Apr 15, 10:10 AM
Unknown Object (File)
Tue, Apr 14, 11:42 PM
Unknown Object (File)
Tue, Apr 14, 8:10 PM
Unknown Object (File)
Sun, Apr 12, 5:40 AM
Unknown Object (File)
Thu, Apr 9, 7:28 PM
Unknown Object (File)
Sun, Apr 5, 9:22 AM
Unknown Object (File)
Sat, Apr 4, 6:28 PM
Subscribers

Details

Summary

Use the same approach used for ptrace wrapper dependencies

Diff Detail

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

Event Timeline

bdrewery added a subscriber: bdrewery.

All of this logic should probably be wrapped in .if defined(NO_CLEAN) && ${MK_META_MODE} == no

This revision is now accepted and ready to land.Jun 8 2017, 2:25 PM

This looks similar to what I did manually to make a -DNO_CLEAN build work.

I'm neutral with regard to whether we should support NO_CLEAN builds like this.

Makefile.inc1
770 ↗(On Diff #29332)

This should be 20170607, I suppose.

This revision was automatically updated to reflect the committed changes.