Summary: | [patch] make delete-old and WITHOUT_TFTP=true doesn't remove tftp-related files | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Philippe Michel <philippe.michel7> | ||||
Component: | bin | Assignee: | Glen Barber <gjb> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Keywords: | patch | ||||
Priority: | --- | ||||||
Version: | 11.0-STABLE | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: gjb Date: Tue May 23 15:46:22 UTC 2017 New revision: 318748 URL: https://svnweb.freebsd.org/changeset/base/318748 Log: Honor WITHOUT_TFTP for check-old* and delete-old* targets. Submitted by: philippe dot michel7 at sfr dot fr PR: 217949 MFC after: 3 days Sponsored by: The FreeBSD Foundation Changes: head/tools/build/mk/OptionalObsoleteFiles.inc A commit references this bug: Author: gjb Date: Fri May 26 13:06:14 UTC 2017 New revision: 318948 URL: https://svnweb.freebsd.org/changeset/base/318948 Log: MFC r318748: Honor WITHOUT_TFTP for check-old* and delete-old* targets. PR: 217949 Sponsored by: The FreeBSD Foundation Changes: _U stable/11/ stable/11/tools/build/mk/OptionalObsoleteFiles.inc A commit references this bug: Author: gjb Date: Fri May 26 13:09:16 UTC 2017 New revision: 318949 URL: https://svnweb.freebsd.org/changeset/base/318949 Log: MFC r318748: Honor WITHOUT_TFTP for check-old* and delete-old* targets. PR: 217949 Sponsored by: The FreeBSD Foundation Changes: _U stable/10/ stable/10/tools/build/mk/OptionalObsoleteFiles.inc |
Created attachment 180992 [details] Possible patch If WITHOUT_TFTP is set to true in /etc/src.conf, "make delete-old" doesn't remove the files that may remain from when this option was not used.