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, Sep 16, 8:35 PM
Unknown Object (File)
Thu, Sep 10, 7:21 AM
Unknown Object (File)
Mon, Sep 7, 7:40 PM
Unknown Object (File)
Sun, Sep 6, 1:01 PM
Unknown Object (File)
Sun, Sep 6, 12:58 PM
Unknown Object (File)
Sat, Sep 5, 4:11 PM
Unknown Object (File)
Sat, Sep 5, 8:05 AM
Unknown Object (File)
Fri, Sep 4, 7:48 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.