Date: Mon, 12 Apr 2004 23:14:02 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 50973 for review Message-ID: <200404130614.i3D6E2pW084971@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50973 Change 50973 by marcel@marcel_nfs on 2004/04/12 23:13:32 Define INTERNALLIB instead of NOPROFILE and NOSHARED. We don't want these to be installed either. Affected files ... .. //depot/projects/gdb/gnu/usr.bin/gdb/bfd/Makefile#5 edit .. //depot/projects/gdb/gnu/usr.bin/gdb/libiberty/Makefile#5 edit .. //depot/projects/gdb/gnu/usr.bin/gdb/opcodes/Makefile#3 edit Differences ... ==== //depot/projects/gdb/gnu/usr.bin/gdb/bfd/Makefile#5 (text+ko) ==== @@ -5,8 +5,7 @@ .PATH: ${CNTRB_GDB}/bfd LIB= bfd -NOSHARED=yes -NOPROFILE=yes +INTERNALLIB= yes GENSRCS=bfdver.h targmatch.h SRCS= archive.c archive64.c archures.c bfd.c bfdio.c bfdwin.c \ binary.c cache.c coffgen.c cofflink.c corefile.c dwarf1.c \ ==== //depot/projects/gdb/gnu/usr.bin/gdb/libiberty/Makefile#5 (text+ko) ==== @@ -5,8 +5,7 @@ .PATH: ${CNTRB_GDB}/libiberty LIB= iberty -NOSHARED=yes -NOPROFILE=yes +INTERNALLIB= yes GENSRCS= SRCS= argv.c concat.c cp-demangle.c cplus-dem.c floatformat.c \ getruntime.c hashtab.c hex.c lbasename.c objalloc.c obstack.c \ ==== //depot/projects/gdb/gnu/usr.bin/gdb/opcodes/Makefile#3 (text+ko) ==== @@ -5,8 +5,7 @@ .PATH: ${CNTRB_GDB}/opcodes LIB= opcodes -NOSHARED=yes -NOPROFILE=yes +INTERNALLIB= yes GENSRCS= SRCS= dis-buf.c dis-init.c disassemble.c ${GENSRCS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404130614.i3D6E2pW084971>