You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/03/22 01:46:45 UTC

svn commit: r521057 - /incubator/stdcxx/trunk/etc/config/GNUmakefile.tst

Author: sebor
Date: Wed Mar 21 17:46:44 2007
New Revision: 521057

URL: http://svn.apache.org/viewvc?view=rev&rev=521057
Log:
2007-03-21  Martin Sebor  <se...@roguewave.com>

	* GNUmakefile.tst (RUNFLAGS): Appended new options instead of straight
	out setting the variable to keep its value (such as the timeout set in
	makefile.in).

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.tst

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.tst
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.tst?view=diff&rev=521057&r1=521056&r2=521057
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.tst (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.tst Wed Mar 21 17:46:44 2007
@@ -71,7 +71,7 @@
   LDFLAGS += $(RPATH)$(LIBDIR):$(BUILDDIR)/rwtest
 endif
 
-RUNFLAGS = --compat -x "--compat -O -"
+RUNFLAGS += --compat -x "--compat -O -"
 
 ##############################################################################
 #  TARGETS