From owner-svn-src-projects@FreeBSD.ORG Thu Oct 21 20:01:22 2010 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04742106566B; Thu, 21 Oct 2010 20:01:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E806F8FC17; Thu, 21 Oct 2010 20:01:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9LK1LqX002215; Thu, 21 Oct 2010 20:01:21 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9LK1L1f002213; Thu, 21 Oct 2010 20:01:21 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201010212001.o9LK1L1f002213@svn.freebsd.org> From: Dimitry Andric Date: Thu, 21 Oct 2010 20:01:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214166 - projects/binutils-2.17/gnu/usr.bin/binutils/libiberty X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 20:01:22 -0000 Author: dim Date: Thu Oct 21 20:01:21 2010 New Revision: 214166 URL: http://svn.freebsd.org/changeset/base/214166 Log: Use one file per line in SRCS= definition, to make insertions and deletions easier. Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile ============================================================================== --- projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile Thu Oct 21 19:58:20 2010 (r214165) +++ projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile Thu Oct 21 20:01:21 2010 (r214166) @@ -5,11 +5,30 @@ .PATH: ${SRCDIR}/libiberty LIB= iberty -SRCS= argv.c concat.c choose-temp.c cp-demangle.c cp-demint.c \ - cplus-dem.c dyn-string.c getpwd.c getruntime.c floatformat.c \ - hashtab.c hex.c lbasename.c lrealpath.c make-relative-prefix.c \ - make-temp-file.c objalloc.c obstack.c safe-ctype.c xatexit.c \ - xexit.c xmalloc.c xstrdup.c xstrerror.c +SRCS= argv.c \ + concat.c \ + choose-temp.c \ + cp-demangle.c \ + cp-demint.c \ + cplus-dem.c \ + dyn-string.c \ + getpwd.c \ + getruntime.c \ + floatformat.c \ + hashtab.c \ + hex.c \ + lbasename.c \ + lrealpath.c \ + make-relative-prefix.c \ + make-temp-file.c \ + objalloc.c \ + obstack.c \ + safe-ctype.c \ + xatexit.c \ + xexit.c \ + xmalloc.c \ + xstrdup.c \ + xstrerror.c # The following files are needed by gdb(1) SRCS+= splay-tree.c