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

Diff of /anubis/testsuite/Makefile.am

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

revision 1.1 by gray, Tue Feb 11 16:59:03 2003 UTC revision 1.2 by gray, Thu Feb 20 09:15:52 2003 UTC
# Line 24  RUNTESTFLAGS = Line 24  RUNTESTFLAGS =
24  CLEANFILES = *.log  CLEANFILES = *.log
25  test_dirs = lib anubis  test_dirs = lib anubis
26  noinst_PROGRAMS = mta  noinst_PROGRAMS = mta
27  SUBDIRS = etc  SUBDIRS = etc data
28    
29  dist-hook:  dist-hook:
30          here=`cd $(top_builddir)/$(subdir) && pwd`; \          here=`cd $(top_builddir)/$(subdir) && pwd`; \
# Line 64  site.exp: Makefile remote.exp Line 64  site.exp: Makefile remote.exp
64          @echo 'set target_triplet $(target_triplet)' >> $@-t          @echo 'set target_triplet $(target_triplet)' >> $@-t
65          @echo 'set build_alias "$(build_alias)"' >> $@-t          @echo 'set build_alias "$(build_alias)"' >> $@-t
66          @echo 'set build_triplet $(build_triplet)' >> $@-t          @echo 'set build_triplet $(build_triplet)' >> $@-t
67            @echo 'set gpg_prog "$(GPG)"' >> $@-t
68          @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t          @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
69          @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t          @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
70          @test ! -f site.exp || mv site.exp site.bak          @test ! -f site.exp || mv site.exp site.bak
# Line 83  remote.exp:; Line 84  remote.exp:;
84          @echo "set board_info(\$$host_board,objdir) `pwd`" >> $@-t          @echo "set board_info(\$$host_board,objdir) `pwd`" >> $@-t
85          @echo "set board_info(\$$host_board,top_srcdir) `cd $(top_srcdir); pwd`" >> $@-t          @echo "set board_info(\$$host_board,top_srcdir) `cd $(top_srcdir); pwd`" >> $@-t
86          @echo "set board_info(\$$host_board,top_builddir) `cd $(top_builddir); pwd`" >> $@-t          @echo "set board_info(\$$host_board,top_builddir) `cd $(top_builddir); pwd`" >> $@-t
87            @echo "set board_info(\$$host_board,gpg_prog) '$(GPG)'" >> $@-t
88          @test ! -f remote.exp || mv remote.exp remote.bak          @test ! -f remote.exp || mv remote.exp remote.bak
89          @mv $@-t remote.exp          @mv $@-t remote.exp
90    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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