svn commit: r288377 - stable/9/lib/libc/sys

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 29 17:02:28 UTC 2015


Author: bdrewery
Date: Tue Sep 29 17:02:27 2015
New Revision: 288377
URL: https://svnweb.freebsd.org/changeset/base/288377

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

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

Modified: stable/9/lib/libc/sys/Makefile.inc
==============================================================================
--- stable/9/lib/libc/sys/Makefile.inc	Tue Sep 29 16:56:28 2015	(r288376)
+++ stable/9/lib/libc/sys/Makefile.inc	Tue Sep 29 17:02:27 2015	(r288377)
@@ -47,8 +47,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