Date: Wed, 27 Mar 2013 14:36:08 GMT From: Rene Ladan <rene@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: bin/177415: src/Makefile.inc1: fix typo Message-ID: <201303271436.r2REa8Ww038476@red.freebsd.org> Resent-Message-ID: <201303271440.r2REe04M004236@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303271436.r2REa8Ww038476>