svn commit: r533459 - head/Mk/Scripts

Matthias Andree matthias.andree at tu-dortmund.de
Fri May 8 17:12:49 UTC 2020


Am 06.05.20 um 16:40 schrieb Mathieu Arnold:

> If you run `make patch; make makepatch` the usage would have been broken
> before and still is.

I think the canonical idiom should rather be

make clean extract do-patch makepatch

to avoid casting momentary variables from the typical post-patch
REINPLACE_CMD into a new patch.

> If you run `make patch makepatch`, the usage does not change, if
> patching fails, it does not go into makepatch target, and if patching is
> ok, then makepatch runs and updates your patches.

The safe recourse after one patch failed was to fix the patch and then
"make clean patch" anyways.


More information about the svn-ports-head mailing list