cvs commit: src/lib/libkse Makefile src/lib/libthr Makefile src/usr.bin/netstat Makefile src/usr.sbin/acpi/acpidb Makefile src/usr.sbin/kldxref Makefile src/usr.sbin/nscd Makefile src/usr.sbin/rpc.yppasswdd Makefile

John Birrell jb at FreeBSD.org
Mon Nov 19 18:07:30 PST 2007


jb          2007-11-20 02:07:30 UTC

  FreeBSD src repository

  Modified files:
    lib/libkse           Makefile 
    lib/libthr           Makefile 
    usr.bin/netstat      Makefile 
    usr.sbin/acpi/acpidb Makefile 
    usr.sbin/kldxref     Makefile 
    usr.sbin/nscd        Makefile 
    usr.sbin/rpc.yppasswdd Makefile 
  Log:
  These are the things that the tinderbox has problems with because it
  doesn't use the default CFLAGS which contain -fno-strict-aliasing.
  
  Until the code is cleaned up, just add -fno-strict-aliasing to the
  CFLAGS of these for the tinderboxes' sake, allowing the rest of the
  tree to have -Werror enabled again.
  
  Revision  Changes    Path
  1.67      +1 -0      src/lib/libkse/Makefile
  1.29      +1 -0      src/lib/libthr/Makefile
  1.40      +1 -0      src/usr.bin/netstat/Makefile
  1.9       +1 -0      src/usr.sbin/acpi/acpidb/Makefile
  1.11      +1 -0      src/usr.sbin/kldxref/Makefile
  1.5       +1 -0      src/usr.sbin/nscd/Makefile
  1.22      +1 -0      src/usr.sbin/rpc.yppasswdd/Makefile


More information about the cvs-src mailing list