Date: Tue, 22 Sep 2015 04:55:29 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288092 - head/lib/libc/sys Message-ID: <201509220455.t8M4tTe8037858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509220455.t8M4tTe8037858>