Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2001 07:21:17 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.libnames.mk
Message-ID:  <200105121421.f4CELHf11243@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/05/12 07:21:17 PDT

  Modified files:
    share/mk             bsd.libnames.mk 
  Log:
  Fixed some bitrot:
  - the changes that renamed libf2c to libg2c had not reached here
  - there were no definitions for LIBDEVINFO, LIBMENU, LIBPANEL, LIBTINFO,
    LIBUSB or LIBVGL.  LIBUSB was used without it being defined, and
    LIBDEVINFO and LIBVGL should have been used.
  - the definitions of LIBDESCRYPT, LIBGCC_PIC, LIBGPLUSPLUS, LIBKZHEAD,
    LIBKZTAIL, LIBSCRYPT and LIBSCSI were garbage.
  
  Fixed some old bugs:
  - LIBC_PIC and LIBCOM_ERR were assigned to using "=" instead of "?=".
  - the definition of LIBC_R was disordered.
  - LIBFORM was misspelled LIBFORMS (but not actually used).
  
  Revision  Changes    Path
  1.41      +11 -12    src/share/mk/bsd.libnames.mk


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?200105121421.f4CELHf11243>