svn commit: r288092 - head/lib/libc/sys

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 22 04:55:29 UTC 2015


Author: bdrewery
Date: Tue Sep 22 04:55:28 2015
New Revision: 288092
URL: https://svnweb.freebsd.org/changeset/base/288092

Log:
  Avoid adding duplicates into OBJS.  bsd.lib.mk already handles adding
  entries to OBJS based on SRCS.
  
  MFC after:	1 week
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libc/sys/Makefile.inc

Modified: head/lib/libc/sys/Makefile.inc
==============================================================================
--- head/lib/libc/sys/Makefile.inc	Tue Sep 22 03:34:07 2015	(r288091)
+++ head/lib/libc/sys/Makefile.inc	Tue Sep 22 04:55:28 2015	(r288092)
@@ -90,8 +90,6 @@ ASM+=$(_asm)
 .endif
 .endfor
 
-OBJS+=	${ASM} ${PSEUDO}
-
 SASM=	${ASM:S/.o/.S/}
 
 SPSEUDO= ${PSEUDO:S/.o/.S/}


More information about the svn-src-head mailing list