mirror of
https://github.com/darlinghq/darling-awk.git
synced 2024-11-23 11:59:39 +00:00
422 B
422 B
awk
To upgrade to a new version of awk:
- Checkout
dev/UPSTREAM
. - Replace its contents with the new version.
- Rename
src/.gitignore
tosrc/.gitignore.dist
. - Commit and push the new content.
- Create an eng/ branch.
git merge dev/UPSTREAM
into your branch and resolve any conflicts.- Re-generate auto-generated files using
make -C src proctab.c
- Review, test, and nominate that eng/ branch.