Author: rene (doc,ports committer) Date: Wed Mar 27 15:03:18 2013 New Revision: 248797 URL: http://svnweb.freebsd.org/changeset/base/248797
Log: Fix a typo, 'xdev-build' should be spelled with a 'd' at the end. Approved by: cognet Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Wed Mar 27 14:23:50 2013 (r248796) +++ head/Makefile.inc1 Wed Mar 27 15:03:18 2013 (r248797) @@ -1819,6 +1819,6 @@ _xi-links: ../../../../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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"