Subject: bin/33627: typo in Makefile.ioctl-c in kdump directory
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <keiichi@iijlab.net>
List: netbsd-bugs
Date: 06/02/2006 05:45:00
Note: There was a bad value `' for the field `Class'.
It was set to the default value of `sw-bug'.
>Number: 33627
>Category: bin
>Synopsis: typo in Makefile.ioctl-c in kdump directory
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jun 02 05:45:00 +0000 2006
>Originator: Keiichi Shima
>Release: NetBSD 3.99.19
>Organization:
Internet Initiative Japan Inc.
>Environment:
System: NetBSD keiichi01.osaka.iij.ad.jp 3.99.19 NetBSD 3.99.19 (GENERIC) #0: Wed May 17 15:02:24 JST 2006 keiichi@keiichi01.osaka.iij.ad.jp:/home/keiichi/work/kame-netbsd-current/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
The Makefile.ioctl-c in the kdump directory has a typo.
DEPFILES != egrep -l '(_IO\(|_IOR\(|_IOW\(|_IORW\()' ${DEPFILEGLOB}
should be
DEPFILES != egrep -l '(_IO\(|_IOR\(|_IOW\(|_IOWR\()' ${DEPFILEGLOB}
>How-To-Repeat:
>Fix: