kern/117125: kern.pre.mk has duplicate em include

David Yeske dyeske at gmail.com
Thu Oct 11 14:20:04 PDT 2007


>Number:         117125
>Category:       kern
>Synopsis:       kern.pre.mk has duplicate em include
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 21:20:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        RELENG_6
>Organization:
>Environment:
FreeBSD nfs 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Sep  9 02:01:33 EDT 2007     root at nfs:/usr/obj/usr/src/sys/NFS  i386

>Description:
There is a duplicate entry for the em driver in kern.pre.mk
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: kern.pre.mk
===================================================================
RCS file: /home/ncvs/src/sys/conf/kern.pre.mk,v
retrieving revision 1.65.2.5
diff -u -r1.65.2.5 kern.pre.mk
--- kern.pre.mk	5 Oct 2007 22:49:06 -0000	1.65.2.5
+++ kern.pre.mk	11 Oct 2007 20:48:16 -0000
@@ -70,9 +70,6 @@
 # .. and the same for em
 INCLUDES+= -I$S/dev/em
 
-# .. and the same for em
-INCLUDES+= -I$S/dev/em
-
 CFLAGS=	${COPTFLAGS} ${CWARNFLAGS} ${DEBUG}
 CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
 .if ${CC} != "icc"


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list