done
fi
-h8s_files="ChangeLog Makefile.in configure.tgt"
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
- for i in $h8s_files ; do
- if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping h8s stuff in $i
- fi
- fi
- done
-else
- for i in $h8s_files ; do
- if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"h8s\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-h8s/,/end-\sanitize\-h8s/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- if [ -n "${verbose}" ] ; then
- echo Caching $i in .Recover...
- fi
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
for i in * ; do
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
* configure.host (m88*-*-dgux*): Quote HOSTING_CRT0. From
<randall.hron@medaphis.com>.
-start-sanitize-h8s
Tue Jun 18 15:53:09 1996 Jeffrey A. Law <law@rtl.cygnus.com>
* scripttempl/h8300s.sc: New file for H8/S.
(e_h8300s.c): Add dependencies.
* configure.tgt: Add H8/S to targ_extra_emuls.
-end-sanitize-h8s
Tue Jun 18 17:55:39 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.tgt (i[345]86*-*-isc*): New target. From
ego32.o \
eh8300.o \
eh8300h.o \
- $(start-sanitize-h8s) \
eh8300s.o \
- $(end-sanitize-h8s) \
eh8500.o \
eh8500b.o \
eh8500c.o \
eh8300h.c: $(srcdir)/emulparams/h8300h.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300h.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8300h "$(tdir_h8300h)"
-# start-sanitize-h8s
eh8300s.c: $(srcdir)/emulparams/h8300s.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300s.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8300s "$(tdir_h8300s)"
-# end-sanitize-h8s
eh8500.c: $(srcdir)/emulparams/h8500.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8500 "$(tdir_h8500)"
arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
armeb-*-aout) targ_emul=armaoutb ;;
arm-*-coff) targ_emul=armcoff ;;
-h8300-*-hms) targ_emul=h8300; targ_extra_emuls="h8300h"
-#start-sanitize-h8s
- targ_extra_emuls="h8300h h8300s"
-#end-sanitize-h8s
+h8300-*-hms) targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
;;
h8500-*-hms) targ_emul=h8500
targ_extra_emuls="h8500s h8500b h8500m h8500c"
lose_these_too="${arc_files} ${lose_these_too}"
fi
-h8s_files="h8300s.sh"
-
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
- keep_these_too="${h8s_files} ${keep_these_too}"
-else
- lose_these_too="${h8s_files} ${lose_these_too}"
-fi
-
# All files listed between the "Things-to-keep:" line and the
# "Do-last:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
go32.sh
h8300.sh
h8300h.sh
+h8300s.sh
h8500.sh
h8500b.sh
h8500c.sh
Do-first:
-h8s_files="h8300s.sc"
-
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
- keep_these_too="${h8s_files} ${keep_these_too}"
-else
- lose_these_too="${h8s_files} ${lose_these_too}"
-fi
-
# All files listed between the "Things-to-keep:" line and the
# "Do-last:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
go32coff.sc
h8300.sc
h8300h.sc
+h8300s.sc
h8500.sc
h8500b.sc
h8500c.sc