ios_system/awk-awk-35
HOLZSCHUCH Nicolas ccd88101ef Newer version of awk 2023-04-14 22:09:03 +02:00
..
awk.xcodeproj Newer version of awk 2023-04-14 22:09:03 +02:00
src Newer version of awk 2023-04-14 22:09:03 +02:00
README.md Newer version of awk 2023-04-14 22:09:03 +02:00
awk.plist Newer version of awk 2023-04-14 22:09:03 +02:00

README.md

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.