Date: Mon, 10 Feb 2003 11:56:42 -0800 (PST) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/make Makefile Message-ID: <200302101956.h1AJugAQ099884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2003/02/10 11:56:42 PST Modified files: tools/regression/usr.bin/make Makefile Log: The regression-tests for 'make' *expect* to trigger make's warning: warning: duplicate script for target "double" ignored The regression-tests do try to hide that message, but the message does still appear when using -j (eg: 'make -j5 buildworld'). This changes the regression-test so the expected warning message will not be seen even when -j is specified. Reviewed by: jmallett ru Revision Changes Path 1.11 +1 -1 src/tools/regression/usr.bin/make/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302101956.h1AJugAQ099884>