head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.53.59;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.11.30.05.49.17;	author fjoe;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/tools/regression/usr.bin/make/execution/plus/Makefile 228149 2011-11-30 05:49:17Z fjoe $

check-+:
	@@${MAKE} -f ${MAKEFILE} -j2 -n do-$@@

do-check-+:
	@@+echo $@@
@


1.1
log
@SVN rev 228149 on 2011-11-30 05:49:17Z by fjoe

Add three execution tests for make(1):
- plus: execute "+command" when run with -jX -n
- ellipsis: ellipsis ("...") from variable
- empty: empty command (from variable)

Currently make(1) fails all three tests:
- plus: segmentation fault due to incorrect command list handling
- ellipsis: works in compat mode but fails in job (-jX) mode
- empty:
        - compat mode: prints error message
	- job mode: works but prints empty string
@
text
@d1 1
a1 1
# $FreeBSD$
@

