head	1.2;
access;
symbols
	HEAD-20130225:1.1.1.1 HEAD:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2013.02.25.01.37.13;	author dholland;	state dead;
branches;
next	1.1;

1.1
date	2013.02.25.00.59.50;	author dholland;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2013.02.25.00.59.50;	author dholland;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove this copy; it is broken. admins please G/C if possible
@
text
@# $Id: moderrs,v 1.1 2013/02/25 00:59:50 dholland Exp $
#
# various modifier error tests

VAR=TheVariable
# incase we have to change it ;-)
MOD_UNKN=Z
MOD_TERM=S,V,v
MOD_S:= ${MOD_TERM},

all:	modunkn modunknV varterm vartermV modtermV

modunkn:
	@@echo "Expect: Unknown modifier 'Z'"
	@@echo "VAR:Z=${VAR:Z}"

modunknV:
	@@echo "Expect: Unknown modifier 'Z'"
	@@echo "VAR:${MOD_UNKN}=${VAR:${MOD_UNKN}}"

varterm:
	@@echo "Expect: Unclosed variable specification for VAR"
	@@echo VAR:S,V,v,=${VAR:S,V,v,

vartermV:
	@@echo "Expect: Unclosed variable specification for VAR"
	@@echo VAR:${MOD_TERM},=${VAR:${MOD_S}

modtermV:
	@@echo "Expect: Unclosed substitution for VAR (, missing)"
	-@@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}"
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: moderrs,v 1.2 2006/05/11 18:48:33 sjg Exp $
@


1.1.1.1
log
@Import a copy of make from HEAD. I'm going to beating this one like a
rented mule. :-)

For various reasons it seems like using othersrc for this particular
hacking run is a better idea than using a branch in src; for one thing
I'm likely to be adding and removing files, and for another it is more
likely that this version will become a guide for making more measured
updates to the master version than that it will eventually itself
become the master version.

@
text
@@
