From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 4 08:20:06 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5737106567C for ; Fri, 4 Jun 2010 08:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C5BB68FC0C for ; Fri, 4 Jun 2010 08:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o548K6pZ060684 for ; Fri, 4 Jun 2010 08:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o548K6Z2060680; Fri, 4 Jun 2010 08:20:06 GMT (envelope-from gnats) Date: Fri, 4 Jun 2010 08:20:06 GMT Message-Id: <201006040820.o548K6Z2060680@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: misc/147462: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 08:20:06 -0000 The following reply was made to PR misc/147462; it has been noted by GNATS. 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"