>Number: 177415
>Category: bin
>Synopsis: src/Makefile.inc1: fix typo
>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: Wed Mar 27 14:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Rene Ladan
>Release: FreeBSD 10 r248706
>Organization:
>Environment:
FreeBSD 10 r248706
>Description:
There is a typo in src/Makefile.inc1, 'xdev-build' is misspelled as 'xdev-buil'
in the rule printing the error that both XDEV and XDEV_ARCH must be set.
>How-To-Repeat:
read the file
>Fix:
Patch attached with submission follows:
Index: Makefile.inc1
===================================================================
--- Makefile.inc1 (revision 248706)
+++ Makefile.inc1 (working copy)
@@ -1819,6 +1819,6 @@
../../../../usr/bin/${XDDIR}${OSREL}-$$i; \
done
.else
-xdev xdev-buil xdev-install:
+xdev xdev-build xdev-install:
@echo "*** Error: Both XDEV and XDEV_ARCH must be defined for
\"${.TARGET}\" target"
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"