From owner-p4-projects@FreeBSD.ORG Fri Jun 25 01:12:21 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AF88D16A4D1; Fri, 25 Jun 2004 01:12:20 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894DA16A4CE for ; Fri, 25 Jun 2004 01:12:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBE043D58 for ; Fri, 25 Jun 2004 01:12:20 +0000 (GMT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5P1CKlF063612 for ; Fri, 25 Jun 2004 01:12:20 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5P1CJdR063606 for perforce@freebsd.org; Fri, 25 Jun 2004 01:12:19 GMT (envelope-from marcel@freebsd.org) Date: Fri, 25 Jun 2004 01:12:19 GMT Message-Id: <200406250112.i5P1CJdR063606@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 55755 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 01:12:21 -0000 http://perforce.freebsd.org/chv.cgi?CH=55755 Change 55755 by marcel@marcel_nfs on 2004/06/25 01:11:56 Don't build the gdb docs as part of binutils. Affected files ... .. //depot/projects/gdb/gnu/usr.bin/binutils/doc/Makefile#3 edit Differences ... ==== //depot/projects/gdb/gnu/usr.bin/binutils/doc/Makefile#3 (text+ko) ==== @@ -5,12 +5,9 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb CONTRIBDIR= ${.CURDIR}/../../../../contrib -.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc ${GDBDIR}/gdb/mi +.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc -INFO= as ld gasp stabs binutils -.if !defined(NO_GDB) -INFO+= gdb gdbint -.endif +INFO= as ld gasp binutils INFOSECTION= "Programming & development tools." INFOENTRY_as= "* As: (as). The GNU assembler." INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor." @@ -20,13 +17,8 @@ MAKEINFOFLAGS+= --no-validate MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc MAKEINFOFLAGS+= -I ${SRCDIR}/binutils -MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc -MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/mi -MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc -CLEANFILES= configdoc.texi gdb-cfg.texi GDBvn.texi \ - inc-hist.texinfo inc-hist.texinfo.orig \ - config.texi gasver.texi ldver.texi +CLEANFILES= configdoc.texi config.texi gasver.texi ldver.texi as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi @@ -34,27 +26,10 @@ configdoc.texi: gen-doc.texi ln -sf ${.ALLSRC} ${.TARGET} -gdb.info: gdb.texinfo gdb-cfg.texi GDBvn.texi annotate.texinfo \ - fdl.texi gpl.texi \ - rluser.texinfo inc-hist.texinfo - -gdbint.info: gdbint.texinfo gdb-cfg.texi fdl.texi observer.texi - -gdb-cfg.texi: all-cfg.texi - ln -sf ${.ALLSRC} ${.TARGET} - -GDBvn.texi: ${GDBDIR}/gdb/version.in - echo "@set GDBVN `sed q ${.ALLSRC}`" > ${.TARGET} - .PATH: ${SRCDIR}/binutils/doc binutils.info: binutils.texi config.texi config.texi gasver.texi ldver.texi: echo "@set VERSION ${VERSION}" > ${.TARGET} -.PATH: ${CONTRIBDIR}/libreadline/doc -inc-hist.texinfo: hsuser.texinfo inc-hist.diff - cp ${.ALLSRC:M*.texinfo} ${.TARGET} - patch -b .orig < ${.ALLSRC:M*.diff} - .include