Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2001 03:37:28 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ntp/ntpdc Makefile
Message-ID:  <200108301037.f7UAbTE29736@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/08/30 03:37:28 PDT

  Modified files:
    usr.sbin/ntp/ntpdc   Makefile 
  Log:
  Fixed breakage of NOSHARED worlds in previous commit.  -lreadline was
  added but not its postrequisite -ltermcap.
  
  Fixed breakage of DPADD in previous commit.  ${LIBREADLINE} was misspelled
  -lreadline.  This should have been fatal since there is no file named
  -lreadline, but it worked because of an undcumented bugfeature in make(1)
  (or its configuration files): missing source files named -l* are silently
  assumed to be up to date libraries.  `make checkdpadd' also fails to detect
  this error.
  
  Revision  Changes    Path
  1.6       +3 -3      src/usr.sbin/ntp/ntpdc/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108301037.f7UAbTE29736>