Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2015 16:56:28 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r288376 - stable/10/lib/libc/sys
Message-ID:  <201509291656.t8TGuSVJ076945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509291656.t8TGuSVJ076945>