Changeset 2437 in Sophya for trunk/SophyaLib/Mgr/tar_for_web.csh


Ignore:
Timestamp:
Sep 17, 2003, 2:20:44 PM (22 years ago)
Author:
cmv
Message:

chgt DPC...REP en SOPHYA...REP et EROSCXX en SOPHYACXX cmv 17/09/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/tar_for_web.csh

    r2318 r2437  
    3333  endif
    3434end
    35 if( ! $?DPCBASEREP ) then
    36   echo Precisez DPCBASEREP
     35if( ! $?SOPHYABASEREP ) then
     36  echo Precisez SOPHYABASEREP
    3737  exit -1
    3838endif
    39 if( ! -e $DPCBASEREP/Include ) then
    40   echo Pas de repertoire $DPCBASEREP/Include
     39if( ! -e $SOPHYABASEREP/Include ) then
     40  echo Pas de repertoire $SOPHYABASEREP/Include
    4141  exit -1
    4242endif
    43 if( ! -e $DPCBASEREP/${OSCC} ) then
    44   echo Pas de repertoire $DPCBASEREP/${OSCC}
     43if( ! -e $SOPHYABASEREP/${OSCC} ) then
     44  echo Pas de repertoire $SOPHYABASEREP/${OSCC}
    4545  exit -1
    4646endif
    4747foreach d ( Libs ShLibs Exec )
    48   if( ! -d $DPCBASEREP/${OSCC}/$d ) then
    49     echo repertoire $DPCBASEREP/${OSCC}/$d inexistant
     48  if( ! -d $SOPHYABASEREP/${OSCC}/$d ) then
     49    echo repertoire $SOPHYABASEREP/${OSCC}/$d inexistant
    5050    exit -1
    5151  endif
     
    7171set SYS = `echo $OSCC | awk -F"-" '{print $1}'`
    7272echo "SOURCE        = " `pwd`
    73 echo "DPCBASEREP    = " $DPCBASEREP
     73echo "SOPHYABASEREP    = " $SOPHYABASEREP
    7474echo "EXTLIBDIR     = " $EXTLIBDIR
    7575echo "Version       = " $VS
     
    124124##################################################
    125125echo '>>>>>>>>' Librairies et executables de Sophya
    126 pushd $DPCBASEREP > /dev/null
     126pushd $SOPHYABASEREP > /dev/null
    127127tar -chf - Include |(cd $tmp/${VS}/.; tar -xf -)
    128128popd > /dev/null
    129 pushd $DPCBASEREP/${OSCC} > /dev/null
     129pushd $SOPHYABASEREP/${OSCC} > /dev/null
    130130tar -chf - Libs   |(cd $tmp/${VS}/.; tar -xf -)
    131131tar -chf - ShLibs |(cd $tmp/${VS}/.; tar -xf -)
Note: See TracChangeset for help on using the changeset viewer.