ccd88101ef | ||
---|---|---|
.. | ||
awk.xcodeproj | ||
src | ||
README.md | ||
awk.plist |
README.md
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.