summaryrefslogtreecommitdiff
path: root/Mk/Scripts/smart_makepatch.sh
AgeCommit message (Expand)Author
2021-07-15Mk/Scripts/smart_makepatch.sh: Force diff to produce the patch file instead o...Po-Chuan Hsieh
2021-04-06framework: Remove $FreeBSD$Mathieu Arnold
2020-11-11Add set pipefail in most framework scripts.Mathieu Arnold
2020-11-05Backout r554139.Mathieu Arnold
2020-11-05Add set pipefail in most framework scripts.Mathieu Arnold
2020-01-23Unbreak make makepatch.Mathieu Arnold
2020-01-21find(1) doesn't need a glob to search for patches.Bryan Drewery
2019-05-20Have makepatch ignore "C function prototype".Mathieu Arnold
2018-06-08SC1004: This backslash+linefeed is literal. Break outside single quotes if yo...Mathieu Arnold
2018-06-08SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.Mathieu Arnold
2018-06-08SC2046: Quote this to prevent word splitting.Mathieu Arnold
2018-06-01SC2155: Declare and assign separately to avoid masking return values.Mathieu Arnold
2018-01-22`make makepatch`: Don't replace patches with only metadata changesKyle Evans
2016-05-20Ease debugging of Mk/Scripts scripts.Mathieu Arnold
2016-01-21smart_makepatch: Quote PATCH_WRKSRC when regenerating patches.Raphael Kubo da Costa
2015-11-22Mk/Scripts/smart_makepatch.sh: Fix multi-patch file and locals bugJohn Marino
2015-11-15Enhance "make makepatch" to address two major deficienciesJohn Marino