misc/147462: Patch for tools/regression/usr.bin/make/syntax/directive-t0/Mkefile

Erik Cederstrand erik at cederstrand.dk
Fri Jun 4 08:10:05 UTC 2010


>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 at 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:


More information about the freebsd-bugs mailing list