svn commit: r349548 - head

Tijl Coosemans tijl at FreeBSD.org
Sat Jun 29 17:01:57 UTC 2019


Author: tijl
Date: Sat Jun 29 17:01:56 2019
New Revision: 349548
URL: https://svnweb.freebsd.org/changeset/base/349548

Log:
  Build lib32 libl.  The library is built from usr.bin/lex/lib.  It would be
  better to move this directory to lib/libl, but this requires more extensive
  changes to Makefile.inc1.  This simple fix can be MFCed quickly.
  
  PR:		238874
  Reviewed by:	imp
  MFC after:	3 days

Modified:
  head/Makefile.libcompat

Modified: head/Makefile.libcompat
==============================================================================
--- head/Makefile.libcompat	Sat Jun 29 16:11:09 2019	(r349547)
+++ head/Makefile.libcompat	Sat Jun 29 17:01:56 2019	(r349548)
@@ -136,6 +136,7 @@ LIBCOMPATIMAKE+=	${LIBCOMPATWMAKE:NINSTALL=*:NDESTDIR=
 
 _LC_LIBDIRS.yes=		lib
 _LC_LIBDIRS.yes+=		gnu/lib
+_LC_LIBDIRS.yes+=		usr.bin/lex/lib
 _LC_LIBDIRS.${MK_CDDL:tl}+=	cddl/lib
 _LC_LIBDIRS.${MK_CRYPT:tl}+=	secure/lib
 _LC_LIBDIRS.${MK_KERBEROS:tl}+=	kerberos5/lib


More information about the svn-src-head mailing list