svn commit: r214031 - projects/binutils-2.17/gnu/usr.bin/binutils/doc

Dimitry Andric dim at FreeBSD.org
Mon Oct 18 20:59:46 UTC 2010


Author: dim
Date: Mon Oct 18 20:59:46 2010
New Revision: 214031
URL: http://svn.freebsd.org/changeset/base/214031

Log:
  Do not build or install gasp.info anymore, as gasp is obsolete.

Modified:
  projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile

Modified: projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile	Mon Oct 18 20:57:43 2010	(r214030)
+++ projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile	Mon Oct 18 20:59:46 2010	(r214031)
@@ -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."
 


More information about the svn-src-projects mailing list