Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gdb53 Do not install the libraries (from Stephen...



details:   https://anonhg.NetBSD.org/src/rev/fc7bfd526164
branches:  trunk
changeset: 550724:fc7bfd526164
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 18 22:49:16 2003 +0000

description:
Do not install the libraries (from Stephen Degler)

diffstat:

 gnu/usr.bin/gdb53/bfd/Makefile       |  3 ++-
 gnu/usr.bin/gdb53/libiberty/Makefile |  4 +++-
 gnu/usr.bin/gdb53/opcodes/Makefile   |  5 +++--
 gnu/usr.bin/gdb53/readline/Makefile  |  4 +++-
 4 files changed, 11 insertions(+), 5 deletions(-)

diffs (73 lines):

diff -r b0e93d921918 -r fc7bfd526164 gnu/usr.bin/gdb53/bfd/Makefile
--- a/gnu/usr.bin/gdb53/bfd/Makefile    Mon Aug 18 22:28:51 2003 +0000
+++ b/gnu/usr.bin/gdb53/bfd/Makefile    Mon Aug 18 22:49:16 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2003/08/17 18:03:26 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2003/08/18 22:49:16 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -19,6 +19,7 @@
                -DNETBSD_CORE \
                ${G_BFD_CPPFLAGS} 
 
+libinstall::
 
 .endif
 
diff -r b0e93d921918 -r fc7bfd526164 gnu/usr.bin/gdb53/libiberty/Makefile
--- a/gnu/usr.bin/gdb53/libiberty/Makefile      Mon Aug 18 22:28:51 2003 +0000
+++ b/gnu/usr.bin/gdb53/libiberty/Makefile      Mon Aug 18 22:49:16 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2003/08/17 18:03:28 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2003/08/18 22:49:17 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,8 @@
 obstack.c regex.c safe-ctype.c splay-tree.c xexit.c xstrdup.c xstrerror.c
 
 
+libinstall::
+
 .include "../../Makefile.inc"
 .include <bsd.lib.mk>
 
diff -r b0e93d921918 -r fc7bfd526164 gnu/usr.bin/gdb53/opcodes/Makefile
--- a/gnu/usr.bin/gdb53/opcodes/Makefile        Mon Aug 18 22:28:51 2003 +0000
+++ b/gnu/usr.bin/gdb53/opcodes/Makefile        Mon Aug 18 22:49:16 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/08/18 00:25:24 martin Exp $
+#      $NetBSD: Makefile,v 1.3 2003/08/18 22:49:17 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -15,8 +15,9 @@
 SRCS=          ${G_OPCODES_OBJS:.o=.c}
 CPPFLAGS=      -I${.CURDIR}  -I${.CURDIR}/../arch/${MACHINE_ARCH} \
                -I${DIST}/include -I${.CURDIR}/../bfd \
-               -DHAVE_CONFIG_H \
+               -DHAVE_CONFIG_H
 
+libinstall::
 
 .endif
 
diff -r b0e93d921918 -r fc7bfd526164 gnu/usr.bin/gdb53/readline/Makefile
--- a/gnu/usr.bin/gdb53/readline/Makefile       Mon Aug 18 22:28:51 2003 +0000
+++ b/gnu/usr.bin/gdb53/readline/Makefile       Mon Aug 18 22:49:16 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2003/08/17 18:03:29 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2003/08/18 22:49:18 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,8 @@
 kill.c macro.c nls.c parens.c readline.c rltty.c search.c shell.c \
 signals.c terminal.c tilde.c undo.c util.c vi_mode.c xmalloc.c
 
+libinstall::
+
 .include "../../Makefile.inc"
 .include <bsd.lib.mk>
 



Home | Main Index | Thread Index | Old Index