Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2010 08:08:41 GMT
From:      Erik Cederstrand <erik@cederstrand.dk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/147462: Patch for tools/regression/usr.bin/make/syntax/directive-t0/Mkefile
Message-ID:  <201006040808.o5488fiO013730@www.freebsd.org>
Resent-Message-ID: <201006040810.o548A5dk050371@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 04 08:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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