/[dejagnu]/dejagnu/testsuite/Makefile.am
ViewVC logotype

Diff of /dejagnu/testsuite/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rsavoye, Fri May 4 05:25:59 2001 UTC revision 1.5 by rsavoye, Wed May 9 18:19:44 2001 UTC
# Line 7  all: site.exp Line 7  all: site.exp
7    
8  RUNTEST = ` \  RUNTEST = ` \
9    if [ -f ${top_srcdir}/runtest$(EXEEXT) ] ; then \    if [ -f ${top_srcdir}/runtest$(EXEEXT) ] ; then \
10      echo ${top_srcdir}/runtest$(EXEEXT) ; \      echo ${top_srcdir}/runtest$(EXEEXT); \
11    else echo "ERROR: runtest not found" ; exit 1; fi`    else echo "ERROR: runtest not found" ; exit 1; fi`
12    
13  RUNTESTDEFAULTFLAGS = --srcdir $$srcdir  RUNTESTDEFAULTFLAGS = --srcdir $$srcdir
# Line 21  site.exp: Makefile Line 21  site.exp: Makefile
21          @echo '## these variables are automatically generated by make ##' > $@-t          @echo '## these variables are automatically generated by make ##' > $@-t
22          @echo '# Do not edit here.  If you wish to override these values' >> $-t          @echo '# Do not edit here.  If you wish to override these values' >> $-t
23          @echo '# edit the last section' >> $@-t          @echo '# edit the last section' >> $@-t
         @echo 'set srcdir $(srcdir)' >> $@-t  
24          @echo 'set objdir' `pwd` >> $@-t          @echo 'set objdir' `pwd` >> $@-t
25          @echo 'set tmpdir tmpdir' >> $@-t          @echo 'set tmpdir tmpdir' >> $@-t
26          @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t          @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
# Line 29  site.exp: Makefile Line 28  site.exp: Makefile
28          @test ! -f site.exp || mv site.exp site.bak          @test ! -f site.exp || mv site.exp site.bak
29          @mv $@-t site.exp          @mv $@-t site.exp
30    
31    
32    
33    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26