summaryrefslogtreecommitdiff
path: root/Mk/Scripts/smart_makepatch.sh
Commit message (Expand)AuthorAgeFilesLines
* Mk/Scripts/smart_makepatch.sh: Force diff to produce the patch file instead o...Po-Chuan Hsieh2021-07-141-1/+1
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-1/+0
* Add set pipefail in most framework scripts.Mathieu Arnold2020-11-111-0/+2
* Backout r554139.Mathieu Arnold2020-11-051-2/+0
* Add set pipefail in most framework scripts.Mathieu Arnold2020-11-051-0/+2
* Unbreak make makepatch.Mathieu Arnold2020-01-231-2/+2
* find(1) doesn't need a glob to search for patches.Bryan Drewery2020-01-211-3/+3
* Have makepatch ignore "C function prototype".Mathieu Arnold2019-05-201-4/+4
* SC1004: This backslash+linefeed is literal. Break outside single quotes if yo...Mathieu Arnold2018-06-081-34/+34
* SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.Mathieu Arnold2018-06-081-4/+5
* SC2046: Quote this to prevent word splitting.Mathieu Arnold2018-06-081-1/+1
* SC2155: Declare and assign separately to avoid masking return values.Mathieu Arnold2018-06-011-1/+2
* `make makepatch`: Don't replace patches with only metadata changesKyle Evans2018-01-221-0/+33
* Ease debugging of Mk/Scripts scripts.Mathieu Arnold2016-05-201-0/+1
* smart_makepatch: Quote PATCH_WRKSRC when regenerating patches.Raphael Kubo da Costa2016-01-211-2/+2
* Mk/Scripts/smart_makepatch.sh: Fix multi-patch file and locals bugJohn Marino2015-11-221-10/+19
* Enhance "make makepatch" to address two major deficienciesJohn Marino2015-11-151-0/+251