From dea0b85a01e149c8cce038aca7540a6f1fe074cf Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 22 Apr 2005 07:38:58 +0000 Subject: [PATCH] Unhook gperf, it was only used by gcc2. --- Makefile.inc1 | 5 ++--- gnu/usr.bin/Makefile | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 4d8d217706..7a24e14d79 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.64 2005/04/21 16:36:34 joerg Exp $ +# $DragonFly: src/Makefile.inc1,v 1.65 2005/04/22 07:38:58 joerg Exp $ # # Make command line options: # -DMAKE_KERBEROS5 to build Kerberos5 @@ -781,8 +781,7 @@ bootstrap-tools: usr.bin/cmp usr.bin/xargs usr.bin/id usr.bin/env usr.bin/dirname \ usr.sbin/chown usr.sbin/mtree usr.sbin/config \ usr.sbin/btxld usr.sbin/pwd_mkdb usr.sbin/zic usr.sbin/makewhatis \ - gnu/usr.bin/gperf gnu/usr.bin/texinfo \ - gnu/usr.bin/grep gnu/usr.bin/sort \ + gnu/usr.bin/texinfo gnu/usr.bin/grep gnu/usr.bin/sort \ usr.bin/gzip usr.bin/bzip2 usr.bin/mkcsmapper usr.bin/mkesdb ${ECHODIR} "===> ${_tool} (bootstrap-tools)"; \ cd ${.CURDIR}/${_tool}; \ diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index baf197d449..cc9934d0ac 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,11 +1,10 @@ # $FreeBSD: src/gnu/usr.bin/Makefile,v 1.51 2000/01/16 00:11:34 obrien Exp $ -# $DragonFly: src/gnu/usr.bin/Makefile,v 1.20 2005/04/21 08:00:37 joerg Exp $ +# $DragonFly: src/gnu/usr.bin/Makefile,v 1.21 2005/04/22 07:38:58 joerg Exp $ # # Note that gcc2 is only built under the i386 architecture. Other # architectures require gcc3. -SUBDIR= cpio dialog diff diff3 gperf grep groff man rcs sdiff \ - sort tar texinfo +SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort tar texinfo .if !defined(NO_CVS) SUBDIR+=cvs -- 2.41.0