svn commit: r228524 - head/tools/regression/usr.bin/make/execution/joberr

Max Khon fjoe at FreeBSD.org
Thu Dec 15 06:12:44 UTC 2011


Author: fjoe
Date: Thu Dec 15 06:12:43 2011
New Revision: 228524
URL: http://svn.freebsd.org/changeset/base/228524

Log:
  Fix last-minute typo.

Modified:
  head/tools/regression/usr.bin/make/execution/joberr/Makefile

Modified: head/tools/regression/usr.bin/make/execution/joberr/Makefile
==============================================================================
--- head/tools/regression/usr.bin/make/execution/joberr/Makefile	Thu Dec 15 06:01:06 2011	(r228523)
+++ head/tools/regression/usr.bin/make/execution/joberr/Makefile	Thu Dec 15 06:12:43 2011	(r228524)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-check-jobherr:
+check-joberr:
 .for _t in 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
 	@-${MAKE} -f ${MAKEFILE} -j2 do-$@
 .endfor


More information about the svn-src-head mailing list