Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2010 14:22:49 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208802 - head/tools/regression/usr.bin/make/syntax/directive-t0
Message-ID:  <201006041422.o54EMnun026037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maxim
Date: Fri Jun  4 14:22:49 2010
New Revision: 208802
URL: http://svn.freebsd.org/changeset/base/208802

Log:
  o The typo was intended as it stated in the comment.  Revert last.
  
  Spotted by:	dfr

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 14:06:59 2010	(r208801)
+++ head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile	Fri Jun  4 14:22:49 2010	(r208802)
@@ -3,6 +3,6 @@
 # A typo'ed directive.
 #
 
-.undef foo
+.uudef foo
 
 all:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006041422.o54EMnun026037>