cvs commit: src/share/mk sys.mk

Ruslan Ermilov ru at FreeBSD.org
Fri Oct 3 13:47:38 PDT 2003


ru          2003/10/03 13:47:37 PDT

  FreeBSD src repository

  Modified files:
    share/mk             sys.mk 
  Log:
  Removed the ancient .LIBS setting that causes non-existent
  libraries to be reported as up-to-date.
  
  Before:
  
  # make -f /dev/null nonexistent.a
  `nonexistent.a' is up to date.
  
  After:
  
  # make -f /dev/null nonexistent.a
  make: don't know how to make nonexistent.a. Stop
  
  PR:             bin/44137 (part of)
  
  Revision  Changes    Path
  1.72      +0 -2      src/share/mk/sys.mk


More information about the cvs-src mailing list