svn commit: r354518 - head

Brooks Davis brooks at FreeBSD.org
Thu Nov 7 23:50:34 UTC 2019


Author: brooks
Date: Thu Nov  7 23:50:33 2019
New Revision: 354518
URL: https://svnweb.freebsd.org/changeset/base/354518

Log:
  Fix the ARCH check for LIB32 from Makefile.inc1.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Nov  7 23:39:33 2019	(r354517)
+++ head/Makefile.inc1	Thu Nov  7 23:50:33 2019	(r354518)
@@ -803,6 +803,7 @@ XCFLAGS+=	${BFLAGS}
 .endif
 
 .if ${MK_LIB32} == "yes"
+.error WTF
 _LIBCOMPAT= 32
 .include "Makefile.libcompat"
 .elif ${MK_LIBSOFT} == "yes"


More information about the svn-src-head mailing list