cvs commit: src/usr.bin/awk Makefile

John Birrell jb at FreeBSD.org
Wed Mar 26 18:33:27 PDT 2008


jb          2008-03-27 01:33:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/awk          Makefile 
  Log:
  Allow awk (the one true one!) to handle 64 files instead of just 20.
  The current FreeBSD syscall generation script uses all 20 and I need
  another open file.
  
  It's a shame that something named as the 'one-true-awk' is so limited
  by an old denition like FOPEN_MAX when it could just make the file
  handling dynamic.
  
  This is done to avoid touching contrib sources on a vendor branch.
  
  Revision  Changes    Path
  1.17      +1 -1      src/usr.bin/awk/Makefile


More information about the cvs-all mailing list