Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/usr.sbin/mdsetimage Adjust blank line...



details:   https://anonhg.NetBSD.org/src/rev/38ddcdcbd4dc
branches:  trunk
changeset: 785014:38ddcdcbd4dc
user:      gdt <gdt%NetBSD.org@localhost>
date:      Mon Feb 18 15:32:02 2013 +0000

description:
Adjust blank lines.  Add comment about missing DPADD for -lz.

diffstat:

 external/gpl3/binutils/usr.sbin/mdsetimage/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f35bc2212e42 -r 38ddcdcbd4dc external/gpl3/binutils/usr.sbin/mdsetimage/Makefile
--- a/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile       Mon Feb 18 15:29:36 2013 +0000
+++ b/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile       Mon Feb 18 15:32:02 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2013/02/17 20:36:02 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2013/02/18 15:32:02 gdt Exp $
 
 .include <bsd.own.mk>
 
@@ -35,6 +35,8 @@
 DPADD+=                ${LIBINTL}
 DPADD+=                ${LIBZ}
 .endif # HOSTPROG
+
 LDADD+=                -lz
+# No DPADD because we don't know the format and we didn't build it.
+
 .endif # MKBINUTILS != no
-



Home | Main Index | Thread Index | Old Index