Changeset 10422 for trunk/gli/makegli.sh


Ignore:
Timestamp:
2005-08-05T12:14:12+12:00 (19 years ago)
Author:
mdewsnip
Message:

Made makegli.bat run clean.bat also, to remove all class files so everything is recompiled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.sh

    r10243 r10422  
    7979
    8080## ---- Compile the GLI ----
    81 echo
    8281
    8382# If a file has been specified at the command-line, just compile that file
    8483if [ ! "x$*" = "x" ] ; then
     84    echo
    8585    if [ "$glilang" == "es" ]; then
    8686    echo "Compilando $* y clases dependientes..."
     
    108108
    109109# Otherwise compile the lot...
     110
     111# Remove any existing class files first
     112./clean.sh
     113
    110114if [ "$glilang" == "es" ]; then
    111115    echo "Compilando la Interfaz de la Biblioteca Digital Greenstone..."
     
    117121    echo "Compiling the Greenstone Librarian Interface..."
    118122fi
    119 
    120 # Remove any existing class files
    121 ./clean.sh > /dev/null
    122123
    123124# Compile the GLI
Note: See TracChangeset for help on using the changeset viewer.