From nobody@FreeBSD.org  Fri Jun  4 08:08:41 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7FB7F1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jun 2010 08:08:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6DE4D8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jun 2010 08:08:41 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5488fjK013737
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Jun 2010 08:08:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5488fiO013730;
	Fri, 4 Jun 2010 08:08:41 GMT
	(envelope-from nobody)
Message-Id: <201006040808.o5488fiO013730@www.freebsd.org>
Date: Fri, 4 Jun 2010 08:08:41 GMT
From: Erik Cederstrand <erik@cederstrand.dk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Patch for tools/regression/usr.bin/make/syntax/directive-t0/Mkefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147462
>Category:       misc
>Synopsis:       Patch for tools/regression/usr.bin/make/syntax/directive-t0/Mkefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 04 08:10:05 UTC 2010
>Closed-Date:    Fri Jun 04 08:20:42 UTC 2010
>Last-Modified:  Fri Jun 04 08:20:42 UTC 2010
>Originator:     Erik Cederstrand
>Release:        FreeBSD CURRENT
>Organization:
>Environment:
FreeBSD current.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r208731: Wed Jun  2 16:33:00 CEST 2010     root@freebsd.local:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
tools/regression/usr.bin/make/syntax/directive-t0/Makefile contains a syntax error (uudef -> undef)
>How-To-Repeat:
cd src/tools/regression/usr.bin/make/syntax/directive-t0/
make
>Fix:
Apply patch

Patch attached with submission follows:

Index: tools/regression/usr.bin/make/syntax/directive-t0/Makefile
===================================================================
--- tools/regression/usr.bin/make/syntax/directive-t0/Makefile	(revision 208731)
+++ tools/regression/usr.bin/make/syntax/directive-t0/Makefile	(working copy)
@@ -3,6 +3,6 @@
 # A typo'ed directive.
 #
 
-.uudef foo
+.undef foo
 
 all:


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/147462: commit references a PR
Date: Fri,  4 Jun 2010 08:14:42 +0000 (UTC)

 Author: maxim
 Date: Fri Jun  4 08:14:30 2010
 New Revision: 208797
 URL: http://svn.freebsd.org/changeset/base/208797
 
 Log:
   o Fix typo: .uudef -> .undef.
   
   PR:		misc/147462
   Submitted by:	Erik Cederstrand
 
 Modified:
   head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile
 
 Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile
 ==============================================================================
 --- head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile	Fri Jun  4 07:35:59 2010	(r208796)
 +++ head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile	Fri Jun  4 08:14:30 2010	(r208797)
 @@ -3,6 +3,6 @@
  # A typo'ed directive.
  #
  
 -.uudef foo
 +.undef foo
  
  all:
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Fri Jun 4 08:20:29 UTC 2010 
State-Changed-Why:  
Committed.  Thanks! 

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