solving "mv: cannot stat `*.log': No such file" error

This commit is contained in:
fberckel 2006-09-27 20:23:10 +00:00
parent da2ee18c40
commit eee29e98a1
1 changed files with 13 additions and 11 deletions

View File

@ -111,13 +111,14 @@ ls -l $logdir/make_modprod_distclean_setup.log \
#-------------------------------------------------------------------------------
# --prefix=$usrdir --with-www-docroot=$usrdir/var =/var/www
# --with-hostname=localhost --with-apache-group=$apache_group
# --enable-debug --with-configure-apache=no =yes
#
# --with-check-boost=no =yes --with-check-gtk=yes =no
# --with-check-gtkmm=yes =no --with-check-icu=yes =no
# --with-check-libxmlpp=yes =no
#
# --with-create-database=no =yes --with-create-odbc-data-source=no =yes
# --with-init-database=no =yes --with-configure-apache=no =yes
# --with-init-database=no =yes
#
# --with-database=LiveSupport =LiveSupport-test
# --with-database-user=livesupport =test
@ -141,6 +142,7 @@ $basedir/configure --with-hostname=localhost --with-www-docroot=$usrdir/var \
--with-check-gtkmm=yes --with-check-icu=yes \
--with-check-libxmlpp=yes --enable-debug \
> $logdir/configure_development_environment.log 2>&1
echo "";
echo "Configure is done, configure_development_environment.log is created";
echo "";