K 10 svn:author V 3 gad K 8 svn:date V 27 2003-02-10T19:56:42.000000Z K 7 svn:log V 393 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 END