Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison uwsginl-plugin-lang-pypy3/scripts/make-extra-patches.sh @ 103:e44e80fd2810
Shell script to generate updated "extra" patches for pypy3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 04 Aug 2020 23:45:58 +0200 |
| parents | |
| children | cbaa01adbd46 |
comparison
equal
deleted
inserted
replaced
| 102:bcd6ce036b2a | 103:e44e80fd2810 |
|---|---|
| 1 #!/bin/sh | |
| 2 | |
| 3 diff -u --show-c-function plugins/pypy/pypy_plugin.c.orig plugins/pypy/pypy_plugin.c >../../files/extra/patch-plugins_pypy_pypy__plugin.c || exit 1 | |
| 4 | |
| 5 diff -u plugins/pypy/pypy_setup.py.orig plugins/pypy/pypy_setup.py >../../files/extra/patch-plugins_pypy_pypy__setup.py || exit 1 |
