Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 23:41:36 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215150 - in head: . gnu/usr.bin/binutils/doc
Message-ID:  <201011112341.oABNfaus088538@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Thu Nov 11 23:41:36 2010
New Revision: 215150
URL: http://svn.freebsd.org/changeset/base/215150

Log:
  Do not build or install gasp.info anymore, as gasp has not been built or
  installed for more than 6 years.
  
  Obtained from:	projects/binutils-2.17

Modified:
  head/ObsoleteFiles.inc
  head/gnu/usr.bin/binutils/doc/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Nov 11 23:00:37 2010	(r215149)
+++ head/ObsoleteFiles.inc	Thu Nov 11 23:41:36 2010	(r215150)
@@ -14,6 +14,8 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20101112: removed gasp.info
+OLD_FILES+=usr/share/info/gasp.info.gz
 # 20101109: headers moved to machine/ to x86/
 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
 OLD_FILES+=usr/include/machine/mptable.h

Modified: head/gnu/usr.bin/binutils/doc/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/doc/Makefile	Thu Nov 11 23:00:37 2010	(r215149)
+++ head/gnu/usr.bin/binutils/doc/Makefile	Thu Nov 11 23:41:36 2010	(r215150)
@@ -4,10 +4,9 @@
 
 .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc
 
-INFO=	as ld gasp binutils
+INFO=	as ld binutils
 INFOSECTION=	"Programming & development tools."
 INFOENTRY_as=	"* As: (as).            The GNU assembler."
-INFOENTRY_gasp=	"* Gasp: (gasp).        The GNU Assembler Macro Preprocessor."
 INFOENTRY_ld=	"* Ld: (ld).		The GNU linker."
 INFOENTRY_binutils= "* Binutils: (binutils).		The GNU Binary Utilities."
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011112341.oABNfaus088538>