This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Sure there was a stupid bug in the script. ;-)
But as fixing is as easy as stupidity of the bug, here the trivial
patch:
--- autobuild.common~ Wed Aug 14 22:10:44 2002
+++ autobuild.common Thu Aug 15 05:23:43 2002
@@ -15,7 +15,6 @@
LOGDIR_WEB=http://pi3.informatik.uni-mannheim.de/~schiele/gcclogs/$LOGDIR
LOGFILE_FILE=$LOGDIR_FILE/$TRIPLE$SUFFIX
LOGFILE_WEB=$LOGDIR_WEB/$TRIPLE$SUFFIX
-chmod 755 $LOGDIR_FILE
TRIPLE_CAN="`$SRCDIR/config.sub $TRIPLE`"
VERSIONSTR="`grep version_string $SRCDIR/gcc/version.c | sed -e 's/^.*"\(.*\)".*$/\1/'`"
cd $BUILDDIR || exit 1
@@ -25,6 +24,7 @@
--with-gxx-include-dir=$PREFIX/include/g++ --with-system-zlib \
--enable-shared $CXA_ATEXIT $TRIPLE"
mkdir -p $LOGDIR_FILE
+chmod 755 $LOGDIR_FILE
rm -f $LOGFILE_FILE*
if $PRENV $SRCDIR/configure $FLAGS_CONFIGURE > $LOGFILE_FILE.configure 2>&1 && \
$PRENV gmake bootstrap > $LOGFILE_FILE.make 2>&1; then
Robert
--
Robert Schiele Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de
Attachment:
msg00892/pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |