svn commit: r214172 -
projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils
Dimitry Andric
dim at FreeBSD.org
Thu Oct 21 20:20:34 UTC 2010
Author: dim
Date: Thu Oct 21 20:20:33 2010
New Revision: 214172
URL: http://svn.freebsd.org/changeset/base/214172
Log:
Use one file per line in SRCS= definition, to make insertions and
deletions easier, and sort the file list.
Modified:
projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile
Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile Thu Oct 21 20:18:34 2010 (r214171)
+++ projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile Thu Oct 21 20:20:33 2010 (r214172)
@@ -5,9 +5,23 @@
.PATH: ${SRCDIR}/binutils
LIB= binutils
-SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
- ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
- wrstabs.c version.c binemul.c budemang.c emul_vanilla.c
+SRCS+= arlex.l \
+ arparse.y \
+ arsup.c \
+ binemul.c \
+ bucomm.c \
+ budemang.c \
+ debug.c \
+ emul_vanilla.c \
+ filemode.c \
+ ieee.c \
+ rdcoff.c \
+ rddbg.c \
+ rename.c \
+ stabs.c \
+ unwind-ia64.c \
+ version.c \
+ wrstabs.c
WARNS?= 0
CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
More information about the svn-src-projects
mailing list