Author: imp
Date: Thu Feb 16 21:04:47 2012
New Revision: 231834
URL: http://svn.freebsd.org/changeset/base/231834

Log:
  Fix comma splice, can't ambiguity and quoting.
  
  Submitted by: bde@
  MFC after:    2 weeks

Modified:
  head/share/mk/bsd.kmod.mk

Modified: head/share/mk/bsd.kmod.mk
==============================================================================
--- head/share/mk/bsd.kmod.mk   Thu Feb 16 19:40:17 2012        (r231833)
+++ head/share/mk/bsd.kmod.mk   Thu Feb 16 21:04:47 2012        (r231834)
@@ -9,7 +9,7 @@ SYSDIR= ${_dir}
 .endfor
 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \
     !exists(${SYSDIR}/conf/kmod.mk)
-.error "can't locate the kernel source tree, set SYSDIR to override."
+.error Unable to locate the kernel source tree. Set SYSDIR to override.
 .endif
 
 .include "${SYSDIR}/conf/kmod.mk"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to