Date: Thu, 21 Oct 2010 20:01:21 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r214166 - projects/binutils-2.17/gnu/usr.bin/binutils/libiberty Message-ID: <201010212001.o9LK1L1f002213@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010212001.o9LK1L1f002213>