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 2008/05/17 00:35:17 UTC

svn commit: r657235 - /stdcxx/branches/4.2.x/etc/config/vacpp.config

Author: sebor
Date: Fri May 16 15:35:17 2008
New Revision: 657235

URL: http://svn.apache.org/viewvc?rev=657235&view=rev
Log:
2008-05-16  Martin Sebor  <se...@roguewave.com>

	* etc/config/vacpp.config (use_tempinc): Corrected a typo introduced
	in rev 652954, and removed the object file produced by compiling the
	temporary source.

Modified:
    stdcxx/branches/4.2.x/etc/config/vacpp.config

Modified: stdcxx/branches/4.2.x/etc/config/vacpp.config
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/vacpp.config?rev=657235&r1=657234&r2=657235&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/vacpp.config (original)
+++ stdcxx/branches/4.2.x/etc/config/vacpp.config Fri May 16 15:35:17 2008
@@ -241,11 +241,11 @@
 
 
 # check if the -qtemplateregistry option is recognized
-use_tempinc=$(shell    cd ${TMPDIR:=/tmp}                          \
+use_tempinc=$(shell    cd $${TMPDIR:=/tmp}                         \
                     && echo "int i;" >foo.$$$$.c                   \
                     && $(CXX) -c -qmaxerr=1:w -qtemplateregistry   \
                               foo.$$$$.c >/dev/null 2>&1;          \
-                    echo $$?; rm foo.$$$$.c)
+                    echo $$?; rm -f foo.$$$$.c foo.$$$$.o)
 
 # template repository/registry name override