Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 17:32:40 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib Makefile
Message-ID:  <200001170132.RAA20230@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/01/16 17:32:40 PST

  Modified files:
    lib                  Makefile 
  Log:
  Fixed bitrot in library build order.  libmd was not built before
  libcrypt and libutil was not built before libpam.
  
  The order here is currently unimportant, but ../Makefile should
  descend here to build everything (which currently doesn't work
  right) or at least to get the order using `make -V SUBDIR'.
  
  Revision  Changes    Path
  1.105     +4 -4      src/lib/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?200001170132.RAA20230>