cvs commit: src/sbin/devd Makefile

Gordon Tetlow gordon at FreeBSD.org
Sun Aug 17 01:40:50 PDT 2003


gordon      2003/08/17 01:40:49 PDT

  FreeBSD src repository

  Modified files:
    sbin/devd            Makefile 
  Log:
  At imp's request, force devd to be statically compiled. This avoids the
  need for libstdc++ in /lib, and the generated binary is actually smaller
  statically linked than dynamically + sizeof(libstdc++). Additionally,
  devd doesn't use get*by*() which is one of the main motivations for
  dynamically linking your root partition anyway.
  
  Revision  Changes    Path
  1.5       +2 -0      src/sbin/devd/Makefile


More information about the cvs-src mailing list