--- prc-tools-2.3/binutils/configure.in 2003-06-12 15:33:14.000000000 +0100 +++ prc-tools-2.3/binutils/configure.in.plasmaroo.sandboxSafe 2003-10-27 19:23:34.000000000 +0000 @@ -945,36 +945,37 @@ fi fi -# Handle ${copy_dirs} -set fnord ${copy_dirs} -shift -while test $# != 0 ; do - if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then - : - else - echo Copying $1 to $2 - - # Use the install script to create the directory and all required - # parent directories. - if test -d $2 ; then - : - else - echo >config.temp - ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED - fi - - # Copy the directory, assuming we have tar. - # FIXME: Should we use B in the second tar? Not all systems support it. - (cd $1; tar -cf - .) | (cd $2; tar -xpf -) - - # It is the responsibility of the user to correctly adjust all - # symlinks. If somebody can figure out how to handle them correctly - # here, feel free to add the code. - - echo $1 > $2/COPIED - fi - shift; shift -done +## Handle ${copy_dirs} +## *** DISABLED *** for happy sandboxing! +#set fnord ${copy_dirs} +#shift +#while test $# != 0 ; do +# if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then +# : +# else +# echo Copying $1 to $2 +# +# # Use the install script to create the directory and all required +# # parent directories. +# if test -d $2 ; then +# : +# else +# echo >config.temp +# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED +# fi +# +# # Copy the directory, assuming we have tar. +# # FIXME: Should we use B in the second tar? Not all systems support it. +# (cd $1; tar -cf - .) | (cd $2; tar -xpf -) +# +# # It is the responsibility of the user to correctly adjust all +# # symlinks. If somebody can figure out how to handle them correctly +# # here, feel free to add the code. +# +# echo $1 > $2/COPIED +# fi +# shift; shift +#done # Work in distributions that contain no compiler tools, like Autoconf. tentative_cc="" --- prc-tools-2.3/gcc/configure.in 2003-10-27 19:02:11.000000000 +0000 +++ prc-tools-2.3/gcc/configure.in.plasmaroo.sandboxSafe 2003-10-27 19:25:39.000000000 +0000 @@ -905,36 +905,37 @@ fi fi -# Handle ${copy_dirs} -set fnord ${copy_dirs} -shift -while test $# != 0 ; do - if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then - : - else - echo Copying $1 to $2 - - # Use the install script to create the directory and all required - # parent directories. - if test -d $2 ; then - : - else - echo >config.temp - ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED - fi - - # Copy the directory, assuming we have tar. - # FIXME: Should we use B in the second tar? Not all systems support it. - (cd $1; tar -cf - .) | (cd $2; tar -xpf -) - - # It is the responsibility of the user to correctly adjust all - # symlinks. If somebody can figure out how to handle them correctly - # here, feel free to add the code. - - echo $1 > $2/COPIED - fi - shift; shift -done +## Handle ${copy_dirs} +## *** DISABLED *** for happy sandboxing! +#set fnord ${copy_dirs} +#shift +#while test $# != 0 ; do +# if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then +# : +# else +# echo Copying $1 to $2 +# +# # Use the install script to create the directory and all required +# # parent directories. +# if test -d $2 ; then +# : +# else +# echo >config.temp +# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED +# fi +# +# # Copy the directory, assuming we have tar. +# # FIXME: Should we use B in the second tar? Not all systems support it. +# (cd $1; tar -cf - .) | (cd $2; tar -xpf -) +# +# # It is the responsibility of the user to correctly adjust all +# # symlinks. If somebody can figure out how to handle them correctly +# # here, feel free to add the code. +# +# echo $1 > $2/COPIED +# fi +# shift; shift +#done # Work in distributions that contain no compiler tools, like Autoconf. tentative_cc="" --- prc-tools-2.3/gcc295/configure.in 2002-05-15 00:47:22.000000000 +0100 +++ prc-tools-2.3/gcc295/configure.in 2003-07-01 22:02:49.000000000 +0100 @@ -470,36 +470,39 @@ esac fi # Handle ${copy_dirs} -set fnord ${copy_dirs} -shift -while [ $# != 0 ]; do - if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then - : - else - echo Copying $1 to $2 - - # Use the install script to create the directory and all required - # parent directories. - if [ -d $2 ]; then - : - else - echo >config.temp - ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED - fi - - # Copy the directory, assuming we have tar. - # FIXME: Should we use B in the second tar? Not all systems support it. - (cd $1; tar -cf - .) | (cd $2; tar -xpf -) - - # It is the responsibility of the user to correctly adjust all - # symlinks. If somebody can figure out how to handle them correctly - # here, feel free to add the code. - - echo $1 > $2/COPIED - fi - shift; shift -done +### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk +### prc-tools compile fix to prevent sandbox +### errors +#set fnord ${copy_dirs} +#shift +#while [ $# != 0 ]; do +# if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then +# : +# else +# echo Copying $1 to $2 +# +# # Use the install script to create the directory and all required +# # parent directories. +# if [ -d $2 ]; then +# : +# else +# echo >config.temp +# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED +# fi +# +# # Copy the directory, assuming we have tar. +# # FIXME: Should we use B in the second tar? Not all systems support it. +# (cd $1; tar -cf - .) | (cd $2; tar -xpf -) +# +# # It is the responsibility of the user to correctly adjust all +# # symlinks. If somebody can figure out how to handle them correctly +# # here, feel free to add the code. +# +# echo $1 > $2/COPIED +# fi +# shift; shift +#done # Configure extra directories which are host specific --- prc-tools-2.3/gdb/configure.in 2002-12-10 21:34:10.000000000 +0000 +++ prc-tools-2.3/gdb/configure.in 2003-07-03 17:49:38.000000000 +0100 @@ -909,35 +909,38 @@ fi # Handle ${copy_dirs} -set fnord ${copy_dirs} -shift -while test $# != 0 ; do - if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then - : - else - echo Copying $1 to $2 - - # Use the install script to create the directory and all required - # parent directories. - if test -d $2 ; then - : - else - echo >config.temp - ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED - fi - - # Copy the directory, assuming we have tar. - # FIXME: Should we use B in the second tar? Not all systems support it. - (cd $1; tar -cf - .) | (cd $2; tar -xpf -) - - # It is the responsibility of the user to correctly adjust all - # symlinks. If somebody can figure out how to handle them correctly - # here, feel free to add the code. - - echo $1 > $2/COPIED - fi - shift; shift -done +### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk +### prc-tools compile fix to prevent sandbox +### errors +# set fnord ${copy_dirs} +# shift +# while test $# != 0 ; do +# if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then +# : +# else +# echo Copying $1 to $2 +# +# # Use the install script to create the directory and all required +# # parent directories. +# if test -d $2 ; then +# : +# else +# echo >config.temp +# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED +# fi +# +# # Copy the directory, assuming we have tar. +# # FIXME: Should we use B in the second tar? Not all systems support it. +# (cd $1; tar -cf - .) | (cd $2; tar -xpf -) +# +# # It is the responsibility of the user to correctly adjust all +# # symlinks. If somebody can figure out how to handle them correctly +# # here, feel free to add the code. +# +# echo $1 > $2/COPIED +# fi +# shift; shift +#done # Work in distributions that contain no compiler tools, like Autoconf. tentative_cc="" --- prc-tools-2.3/doc/Makefile.in 2003-09-07 17:53:54.000000000 +0100 +++ prc-tools-2.3/doc/Makefile.in.plasmaroo.sandboxSafe 2003-10-27 19:31:06.000000000 +0000 @@ -17,7 +17,7 @@ palmdev_prefix = @palmdev_prefix@ infodir = @infodir@ mandir = @mandir@ -htmldir = @htmldocs_prefix@ +htmldir = ${D}/@htmldocs_prefix@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ @@ -61,8 +61,33 @@ $(INSTALL_DATA) index.texi.html $(DESTDIR)$(htmldir)/index.html -rm -rf $(DESTDIR)$(htmldir)/texi $(INSTALL) -d $(DESTDIR)$(htmldir)/texi - for f in `ls *.html | grep -v '^index'`; do \ - $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ + cd prc-tools; \ + for f in `ls *.html`; do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ + done + cd gcc; \ + for f in `ls *.html`; do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ + done + cd cpp; \ + for f in `ls *.html`; do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ + done + cd gdb; \ + for f in `ls *.html`; do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ + done + cd as; \ + for f in `ls *.html`; do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ + done + cd ld; \ + for f in `ls *.html`; do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ + done + cd binutils; \ + for f in `ls *.html`; do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/texi/$$f; \ done .PHONY: all info man html install install-info install-man install-html clean --- prc-tools-2.3/configure 2003-09-18 01:30:15.000000000 +0100 +++ prc-tools-2.3/configure 2006-01-02 17:05:59.000000000 +0000 @@ -1764,13 +1764,6 @@ fi if test -n "$htmldocs_enabled"; then - # Check that texi2html understands its new-style (e.g. -out_file) arguments - if test $TEXI2HTML != false && - $TEXI2HTML -out_file /dev/null /dev/null >/dev/null 2>/dev/null - then : - else - { echo "configure: error: modern texi2html needed to build HTML documentation" 1>&2; exit 1; } - fi # In a multi-target build, hmtldocs needs to ensure that this is configured # before it tries to "make info" over there. if test $first_enabled_target != .; then