Subject: misc/16463: make clean in /usr/src/gnu/usr.bin/grep fails(fml. misc/13204)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <ManuelHeinzmann@t-online.de>
List: netbsd-bugs
Date: 04/23/2002 21:44:09
>Number:         16463
>Category:       misc
>Synopsis:       make clean in /usr/src/gnu/usr.bin/grep fails(fml. misc/13204)
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 23 12:45:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD-current
>Organization:
>Environment:
	
System: NetBSD muto27.dyndns.info 1.5ZC NetBSD 1.5ZC (CM) #1: Sun Apr 21 22:48:33 CEST 2002 muto@muto27.dyndns.info:/destdir/src/sys/arch/sparc/compile/CM sparc


>Description:
netbsd-current src
Strange, but this bug was already reported:
http://www.geocrawler.com/mail/msg.php3?msg_id=5960042&list=495
Doesn't seem to be fixed, although this report is dated 06/13/2001

clean ===> gnu/usr.bin/grep
	rm -f a.out [Ee]rrs mklog core *.core  grep bindtextdom.o dcgettext.o
dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o
l10nflist.o explodename.o intl-compat.o grep.o dfa.o kwset.o obstack.o
savedir.o getopt.o getopt1.o search.o stpcpy.o regex.o grepmat.o  bindtextdom.ln
dcgettext.ln dgettext.ln gettext.ln finddomain.ln loadmsgcat.ln localealias.ln
textdomain.ln l10nflist.ln explodename.ln intl-compat.ln grep.ln dfa.ln
kwset.ln obstack.ln savedir.ln getopt.ln getopt1.ln search.ln stpcpy.ln
regex.ln grepmat.ln grep.1 grep.info grep.cat1  
	rm: grep: is a directory
	*** Error code 1

>How-To-Repeat:
	cd /usr/src/gnu/usr.bin/grep && make clean
>Fix:
	 Change line 5 of /usr/src/gnu/usr.bin/grep/Makefile from:
	PROG=           grep
	to:
	PROG=           grep/grep
>Release-Note:
>Audit-Trail:
>Unformatted: