From le@univie.ac.at  Fri Jun 27 18:22:20 2003
Return-Path: <le@univie.ac.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6EC2B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Jun 2003 18:22:20 -0700 (PDT)
Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6A51B44025
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Jun 2003 18:22:19 -0700 (PDT)
	(envelope-from le@univie.ac.at)
Received: from korben.in.tern (dialin202.cc.univie.ac.at [131.130.202.202])
	by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id h5S1Lplu084796
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jun 2003 03:21:59 +0200
Received: from korben.in.tern (korben.in.tern [127.0.0.1])
	by korben.in.tern (8.12.9/8.12.9) with ESMTP id h5S1LQdX000642
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jun 2003 03:21:34 +0200 (CEST)
	(envelope-from le@korben.in.tern)
Received: (from le@localhost)
	by korben.in.tern (8.12.9/8.12.9/Submit) id h5S05qNU043701;
	Sat, 28 Jun 2003 02:05:52 +0200 (CEST)
	(envelope-from le)
Message-Id: <200306280005.h5S05qNU043701@korben.in.tern>
Date: Sat, 28 Jun 2003 02:05:52 +0200 (CEST)
From: Lukas Ertl <l.ertl@univie.ac.at>
Reply-To: Lukas Ertl <l.ertl@univie.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] typo in /usr/src/Makefile.inc1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53864
>Category:       bin
>Synopsis:       [PATCH] typo in /usr/src/Makefile.inc1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    smkelly
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 27 18:30:05 PDT 2003
>Closed-Date:    Sat Jun 28 03:40:40 PDT 2003
>Last-Modified:  Sat Jun 28 03:40:40 PDT 2003
>Originator:     Lukas Ertl
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Vienna University Computer Center
>Environment:
System: FreeBSD korben 5.1-CURRENT FreeBSD 5.1-CURRENT #15: Fri Jun 20 18:17:06 CEST 2003 le@korben:/usr/obj/usr/src/sys/KORBEN i386


	
>Description:

/usr/src/Makefile.inc1 has a typo that wasn't noticed before, because
probably noone ever defines LOCAL_DIRS :-)

>How-To-Repeat:
	
>Fix:

	

--- Makefile.inc1.diff begins here ---
Index: Makefile.inc1
===================================================================
RCS file: /usr/local/bsdcvs/src/Makefile.inc1,v
retrieving revision 1.368
diff -u -r1.368 Makefile.inc1
--- Makefile.inc1	22 Jun 2003 10:01:03 -0000	1.368
+++ Makefile.inc1	27 Jun 2003 23:59:22 -0000
@@ -94,7 +94,7 @@
 # rebuilt before you do them.
 .if defined(LOCAL_DIRS)
 .for _DIR in ${LOCAL_DIRS}
-.if exists(${.CURDIR}/${_DIR}) & exists(${.CURDIR}/${_DIR}/Makefile)
+.if exists(${.CURDIR}/${_DIR}) && exists(${.CURDIR}/${_DIR}/Makefile)
 SUBDIR+= ${_DIR}
 .endif
 .endfor
--- Makefile.inc1.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: smkelly 
State-Changed-When: Fri Jun 27 21:47:37 PDT 2003 
State-Changed-Why:  
I have committed your patch. Does this solve your problem? 


Responsible-Changed-From-To: freebsd-bugs->smkelly 
Responsible-Changed-By: smkelly 
Responsible-Changed-When: Fri Jun 27 21:47:37 PDT 2003 
Responsible-Changed-Why:  
I committed the patch from the PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53864 
State-Changed-From-To: patched->closed 
State-Changed-By: smkelly 
State-Changed-When: Sat Jun 28 03:39:51 PDT 2003 
State-Changed-Why:  
This has been committed and appears to work. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53864 
>Unformatted:
