From e06eead5f3975d3f43d5ed69bea5f85c6ed73998 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 11 Feb 2008 21:46:19 +1100 Subject: Install some omitted baseboard scripts. 2008-02-11 Hans-Peter Nilsson * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp, iq2000-sim.exp and m32r-linux-sim.exp. * Makefile.in: Regenerate. --- ChangeLog | 6 ++++++ Makefile.am | 3 +++ Makefile.in | 14 ++++++++++---- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b39b41b..054934d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-11 Hans-Peter Nilsson + + * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp, + iq2000-sim.exp and m32r-linux-sim.exp. + * Makefile.in: Regenerate. + 2008-02-08 Ben Elliston * baseboards/cris-sim.exp: Fix MS-DOS line termination. diff --git a/Makefile.am b/Makefile.am index 5a72019..0e51659 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,7 @@ baseboard_SCRIPTS = \ baseboards/basic-sid.exp \ baseboards/basic-sim.exp \ baseboards/cf.exp \ + baseboards/cris-sim.exp \ baseboards/cygmon.exp \ baseboards/cygwin.exp \ baseboards/d10v-sim.exp \ @@ -94,10 +95,12 @@ baseboard_SCRIPTS = \ baseboards/i386-sid.exp \ baseboards/i960-cyclone.exp \ baseboards/i960-sim.exp \ + baseboards/iq2000-sim.exp \ baseboards/jmr3904-sim.exp \ baseboards/linux-gdbserver.exp \ baseboards/linux-libremote.exp \ baseboards/m32r-elf.exp \ + baseboards/m32r-linux-sim.exp \ baseboards/m32r-sid.exp \ baseboards/m32r-sim.exp \ baseboards/m68hc11-sim.exp \ diff --git a/Makefile.in b/Makefile.in index 580c6be..2956ee8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -277,6 +277,7 @@ baseboard_SCRIPTS = \ baseboards/basic-sid.exp \ baseboards/basic-sim.exp \ baseboards/cf.exp \ + baseboards/cris-sim.exp \ baseboards/cygmon.exp \ baseboards/cygwin.exp \ baseboards/d10v-sim.exp \ @@ -298,10 +299,12 @@ baseboard_SCRIPTS = \ baseboards/i386-sid.exp \ baseboards/i960-cyclone.exp \ baseboards/i960-sim.exp \ + baseboards/iq2000-sim.exp \ baseboards/jmr3904-sim.exp \ baseboards/linux-gdbserver.exp \ baseboards/linux-libremote.exp \ baseboards/m32r-elf.exp \ + baseboards/m32r-linux-sim.exp \ baseboards/m32r-sid.exp \ baseboards/m32r-sim.exp \ baseboards/m68hc11-sim.exp \ @@ -661,10 +664,13 @@ dist-info: $(INFO_DEPS) $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$base; then d=.; else d=$(srcdir); fi; \ - for file in $$d/$$base*; do \ - relfile=`expr "$$file" : "$$d/\(.*\)"`; \ - test -f $(distdir)/$$relfile || \ - cp -p $$file $(distdir)/$$relfile; \ + base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ + for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ + if test -f $$file; then \ + relfile=`expr "$$file" : "$$d/\(.*\)"`; \ + test -f $(distdir)/$$relfile || \ + cp -p $$file $(distdir)/$$relfile; \ + else :; fi; \ done; \ done -- cgit v1.1