svn commit: r288376 - stable/10/lib/libc/sys

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 29 16:56:29 UTC 2015


Author: bdrewery
Date: Tue Sep 29 16:56:28 2015
New Revision: 288376
URL: https://svnweb.freebsd.org/changeset/base/288376

Log:
  MFC r288092:
  
    Avoid adding duplicates into OBJS.  bsd.lib.mk already handles adding entries
    to OBJS based on SRCS.

Modified:
  stable/10/lib/libc/sys/Makefile.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/Makefile.inc
==============================================================================
--- stable/10/lib/libc/sys/Makefile.inc	Tue Sep 29 16:54:22 2015	(r288375)
+++ stable/10/lib/libc/sys/Makefile.inc	Tue Sep 29 16:56:28 2015	(r288376)
@@ -100,8 +100,6 @@ ASM+=$(_asm)
 .endif
 .endfor
 
-OBJS+=	${ASM} ${PSEUDO}
-
 SASM=	${ASM:S/.o/.S/}
 
 SPSEUDO= ${PSEUDO:S/.o/.S/}


More information about the svn-src-all mailing list