alpha-dec-osf1)
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
configdirs=`echo ${configdirs} | sed -e 's/gdb//;s/emacs//;s/fileutils//'`
- configdirs=`echo ${configdirs} | sed -e 's/grep//;s/libg++//'`
+ configdirs=`echo ${configdirs} | sed -e 's/grep//;s/libg++//;s/libio//'`
;;
h8300*-*-*)
- configdirs=`echo ${configdirs} | sed -e 's/libg++//'`
+ configdirs=`echo ${configdirs} | sed -e 's/libg++//;s/libio//'`
## start-sanitize-chill
configdirs=`echo ${configdirs} | sed -e 's/chillrt//'`
## end-sanitize-chill
;;
h8500-*-*)
- configdirs=`echo ${configdirs} | sed -e 's/libg++//'`
+ configdirs=`echo ${configdirs} | sed -e 's/libg++//;s/libio//'`
## start-sanitize-chill
configdirs=`echo ${configdirs} | sed -e 's/chillrt//'`
## end-sanitize-chill
# ignore errors from any of these, just make sure not to ignore
# errors from the above "$doit $instcmd $src $dsttmp" command.
-if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; fi &&
-if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; fi &&
-if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; fi &&
-if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; fi &&
+if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true ; fi &&
+if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true ; fi &&
+if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true ; fi &&
+if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true ; fi &&
# Now rename the file to the real destination.