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)
Tue, May 5, 4:40 PM
Unknown Object (File)
Thu, Apr 30, 7:31 AM
Unknown Object (File)
Fri, Apr 24, 1:36 PM
Unknown Object (File)
Apr 15 2026, 2:12 PM
Unknown Object (File)
Apr 15 2026, 10:10 AM
Unknown Object (File)
Apr 14 2026, 11:42 PM
Unknown Object (File)
Apr 14 2026, 8:10 PM
Unknown Object (File)
Apr 12 2026, 5:40 AM
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.