Skip to content

Latest commit

 

History

History
 
 

awk-awk-35

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.