Commit 88405bd3 by Shantonu Sen Committed by Andrew Pinski

Makefile.in (check-%, [...]): Use $${srcdir} instead of $(srcdir) and ${srcdir}.

2006-01-17  Shantonu Sen  <ssen@opendarwin.org>

        * Makefile.in (check-%, check-consistency): Use $${srcdir}
        instead of $(srcdir) and ${srcdir}.

From-SVN: r109840
parent 020a4035
2006-01-17 Shantonu Sen <ssen@opendarwin.org>
* Makefile.in (check-%, check-consistency): Use $${srcdir}
instead of $(srcdir) and ${srcdir}.
2006-01-17 Richard Earnshaw <rearnsha@arm.com> 2006-01-17 Richard Earnshaw <rearnsha@arm.com>
PR target/592 PR target/592
......
...@@ -4008,10 +4008,10 @@ $(lang_checks): check-% : site.exp ...@@ -4008,10 +4008,10 @@ $(lang_checks): check-% : site.exp
rm -f tmp-site.exp; \ rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite|$(TESTSUITEDIR)/$*|' \ sed '/set tmpdir/ s|testsuite|$(TESTSUITEDIR)/$*|' \
< ../../site.exp > tmp-site.exp; \ < ../../site.exp > tmp-site.exp; \
$(SHELL) $(srcdir)/../move-if-change tmp-site.exp site.exp; \ $(SHELL) $${srcdir}/../move-if-change tmp-site.exp site.exp; \
EXPECT=${EXPECT} ; export EXPECT ; \ EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $${rootme}/../expect/expect ] ; then \ if [ -f $${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWD_COMMAND}` ; \ TCL_LIBRARY=`cd .. ; cd $${srcdir}/../tcl/library ; ${PWD_COMMAND}` ; \
export TCL_LIBRARY ; fi ; \ export TCL_LIBRARY ; fi ; \
$(RUNTEST) --tool $* $(RUNTESTFLAGS)) $(RUNTEST) --tool $* $(RUNTESTFLAGS))
...@@ -4021,7 +4021,7 @@ check-consistency: testsuite/site.exp ...@@ -4021,7 +4021,7 @@ check-consistency: testsuite/site.exp
cd testsuite; \ cd testsuite; \
EXPECT=${EXPECT} ; export EXPECT ; \ EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $${rootme}/../expect/expect ] ; then \ if [ -f $${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWD_COMMAND}` ; \ TCL_LIBRARY=`cd .. ; cd $${srcdir}/../tcl/library ; ${PWD_COMMAND}` ; \
export TCL_LIBRARY ; fi ; \ export TCL_LIBRARY ; fi ; \
$(RUNTEST) --tool consistency $(RUNTESTFLAGS) $(RUNTEST) --tool consistency $(RUNTESTFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment