Subject: Re: misc/13203: make build in /usr/src fails
To: None <netbsd-bugs@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: netbsd-bugs
Date: 06/14/2001 04:44:20
john@sixgirls.org <john@sixgirls.org> typed:
:>Synopsis:       /usr/src/gnu/usr.bin/gdb/gdb is now a directory, so the Makefile needs to be modified to reflect this.
: 	clean ===> gnu/usr.bin/gdb
[...stuff deleted...]
: 	rm: gdb: is a directory
: 	*** Error code 1
:>How-To-Repeat:
: 	 cd /usr/src/gnu/usr.bin/gdb && make clean

Looks like a failure to update via cvs using the -P flag.
(and probably for the /usr/src/gnu/usr.bin/grep PR too)

:>Fix:

Use "cvs update -dP" to add new directories and prune empty directories.
Or add "update -dP" to your ~/.cvsrc file and just use "cvs update"

: 	 Change line 12 of /usr/src/gnu/usr.bin/gdb/Makefile from:
: 	PROG=           gdb
: 	to:
: 	PROG=           gdb/gdb

Regards,
-- 
Geoff Wing : <gcw@pobox.com>
Rxvt Stuff : <gcw@rxvt.org>
Zsh Stuff  : <gcw@zsh.org>