darling-awk/README.apple.md
2023-04-26 08:54:48 -07:00

422 B

awk

To upgrade to a new version of awk:

  1. Checkout dev/UPSTREAM.
  2. Replace its contents with the new version.
  3. Rename src/.gitignore to src/.gitignore.dist.
  4. Commit and push the new content.
  5. Create an eng/ branch.
  6. git merge dev/UPSTREAM into your branch and resolve any conflicts.
  7. Re-generate auto-generated files using make -C src proctab.c
  8. Review, test, and nominate that eng/ branch.