cvs commit: src/usr.bin/tar Makefile
    Tim Kientzle 
    kientzle at FreeBSD.org
       
    Sun Mar 13 15:49:53 PST 2005
    
    
  
kientzle    2005-03-13 23:49:53 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/tar          Makefile 
  Log:
  Re-unbreak the distfile target.
  
  Also, reduce the WARNS level to 5 since different build environments
  end up using different Yacc skeletons.  The BSD one does not
  predeclare yyparse, the FSF one does, so it's not really possible to
  consistently enforce both -Wmissing-prototypes and -Wredundant-decls.
  
  Revision  Changes    Path
  1.18      +4 -3      src/usr.bin/tar/Makefile
    
    
More information about the cvs-all
mailing list