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.10;	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
@# This is a comment
.if ${MACHINE_ARCH} == something
FOO=bar
.endif

#\
	Multiline comment

BAR=# defined
FOOBAR= # defined 

# This is an escaped comment \
that keeps going until the end of this line

# Another escaped comment \
that \
goes \
on

# This is NOT an escaped comment due to the double backslashes \\
all: hi foo bar
	@@echo comment testing done

hi:
	@@echo comment testing start

foo:
	@@echo this is $@@

bar:
	@@echo This is how a comment looks: '# comment'
@


1.1
log
@Initial revision
@
text
@@


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
@@
