This is the mail archive of the automake-cvs@sourceware.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake ./ChangeLog ./THANKS lib/Automake/Var ...


CVSROOT:	/cvs/automake
Module name:	automake
Branch: 	branch-1-9
Changes by:	adl@sourceware.org	2005-06-23 22:20:13

Modified files:
	.              : ChangeLog THANKS 
	lib/Automake   : Variable.pm 
	tests          : Makefile.am Makefile.in cond21.test 
Added files:
	tests          : cond38.test 

Log message:
	* lib/Automake/Variable.pm (define, _new): Remember the helper
	variable created for the last conditional += on each variable, and
	only append further += in the same condition to this last helper
	variable, not to older helper variables.  This way the order of
	the items appended to the variable is preserved.
	* tests/cond21.test: Adjust.
	* tests/cond38.test: New file.
	* tests/Makefile.am (TESTS): Add cond38.test.
	Report from Ed Hartnett.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.2619.2.129&r2=1.2619.2.130
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/THANKS.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.256.2.12&r2=1.256.2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/Variable.pm.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.35.2.1&r2=1.35.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/cond38.test.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.am.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.565.2.18&r2=1.565.2.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.in.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.733.2.31&r2=1.733.2.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/cond21.test.diff?cvsroot=automake&only_with_tag=branch-1-9&r1=1.4.4.1&r2=1.4.4.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]