NetBSD Problem Report #45068

From www@NetBSD.org  Thu Jun 16 09:59:51 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id A22B563C84A
	for <gnats-bugs@gnats.NetBSD.org>; Thu, 16 Jun 2011 09:59:51 +0000 (UTC)
Message-Id: <20110616095951.135F863B970@www.NetBSD.org>
Date: Thu, 16 Jun 2011 09:59:51 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Remove missing include dirs in Makefile
X-Send-Pr-Version: www-1.0

>Number:         45068
>Category:       misc
>Synopsis:       Remove missing include dirs in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 16 10:00:01 +0000 2011
>Closed-Date:    Tue Jul 19 03:35:55 +0000 2011
>Last-Modified:  Tue Jul 19 03:35:55 +0000 2011
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Remove missing include dir in Makefile (tests/fs/nfs/nfsservice ).
>How-To-Repeat:

>Fix:
diff -u -r1.5 Makefile
--- tests/fs/nfs/nfsservice/Makefile	18 Dec 2010 04:31:41 -0000	1.5
+++ tests/fs/nfs/nfsservice/Makefile	15 May 2011 07:42:54 -0000
@@ -26,7 +26,7 @@
 LDADD+=	-lrumpnet -lrump -lrumpuser				# base
 LDADD+=	-lpthread -lutil

-CPPFLAGS+=	-DDEBUG -DMOUNT_NOMAIN -I${.CURDIR}/include -D_REENTRANT
+CPPFLAGS+=	-DDEBUG -DMOUNT_NOMAIN -I${.CURDIR} -D_REENTRANT
 CPPFLAGS+=	-DRUMP_SYS_NETWORKING
 #CPPFLAGS+=	-DSVC_RUN_DEBUG
 CPPFLAGS+=	-I${.CURDIR}/../../common/nfsrpc

>Release-Note:

>Audit-Trail:
From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45068 CVS commit: src/tests/fs/nfs/nfsservice
Date: Tue, 19 Jul 2011 03:30:46 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Tue Jul 19 03:30:46 UTC 2011

 Modified Files:
 	src/tests/fs/nfs/nfsservice: Makefile

 Log Message:
 Remove nonexistent include directory from CPPFLAGS.
 PR 45068 from Henning Petersen.


 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/tests/fs/nfs/nfsservice/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Tue, 19 Jul 2011 03:35:55 +0000
State-Changed-Why:
fixed, thanks


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.