Revision: 3733
          http://gar.svn.sourceforge.net/gar/?rev=3733&view=rev
Author:   dmichelsen
Date:     2009-03-12 16:09:37 +0000 (Thu, 12 Mar 2009)

Log Message:
-----------
mGAR v2: Fix environment for test-%/Makefile

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.lib.mk

Modified: csw/mgar/gar/v2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2/gar.lib.mk  2009-03-12 16:05:06 UTC (rev 3732)
+++ csw/mgar/gar/v2/gar.lib.mk  2009-03-12 16:09:37 UTC (rev 3733)
@@ -546,7 +546,7 @@
 # Run tests on pre-built sources
 test-%/Makefile:
        @echo " ==> Running make $(TEST_TARGET) in $*"
-       @$(BUILD_ENV) $(MAKE) -C $* $(TEST_ARGS) $(TEST_TARGET)
+       @$(TEST_ENV) $(MAKE) -C $* $(TEST_ARGS) $(TEST_TARGET)
        @$(MAKECOOKIE)
 
 test-%/makefile:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to