r17797 - gnucash/trunk/src - Use = instead of := for GNC_TEST_DEPS and TESTS_ENVIRONMENT.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Jan 5 04:51:35 EST 2009


Author: andi5
Date: 2009-01-05 04:51:33 -0500 (Mon, 05 Jan 2009)
New Revision: 17797
Trac: http://svn.gnucash.org/trac/changeset/17797

Modified:
   gnucash/trunk/src/app-utils/test/Makefile.am
   gnucash/trunk/src/backend/dbi/test/Makefile.am
   gnucash/trunk/src/backend/file/test/Makefile.am
   gnucash/trunk/src/backend/postgres/test/Makefile.am
   gnucash/trunk/src/backend/sql/test/Makefile.am
   gnucash/trunk/src/bin/test/Makefile.am
   gnucash/trunk/src/business/business-core/test/Makefile.am
   gnucash/trunk/src/engine/test/Makefile.am
   gnucash/trunk/src/gnc-module/test/Makefile.am
   gnucash/trunk/src/gnome-utils/test/Makefile.am
   gnucash/trunk/src/import-export/qif-io-core/test/Makefile.am
   gnucash/trunk/src/import-export/qif/test/Makefile.am
   gnucash/trunk/src/import-export/test/Makefile.am
   gnucash/trunk/src/report/locale-specific/us/test/Makefile.am
   gnucash/trunk/src/report/report-gnome/test/Makefile.am
   gnucash/trunk/src/report/report-system/test/Makefile.am
   gnucash/trunk/src/report/standard-reports/test/Makefile.am
   gnucash/trunk/src/report/stylesheets/test/Makefile.am
   gnucash/trunk/src/report/utility-reports/test/Makefile.am
   gnucash/trunk/src/tax/us/test/Makefile.am
Log:
Use = instead of := for GNC_TEST_DEPS and TESTS_ENVIRONMENT.

Both variables are only evaluated once away.  Even worse, when used as
simply-expanded variables, the gnc-test-env script is called multiple times,
because of make re-reading the Makefile when called by make in the check-am
target.  Those variable definitions are not portable and thus automake spit
warnings.




More information about the gnucash-patches mailing list