Changeset 2437 in Sophya for trunk/SophyaLib/Mgr/tar_for_web.csh
- Timestamp:
- Sep 17, 2003, 2:20:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/tar_for_web.csh
r2318 r2437 33 33 endif 34 34 end 35 if( ! $? DPCBASEREP ) then36 echo Precisez DPCBASEREP35 if( ! $?SOPHYABASEREP ) then 36 echo Precisez SOPHYABASEREP 37 37 exit -1 38 38 endif 39 if( ! -e $ DPCBASEREP/Include ) then40 echo Pas de repertoire $ DPCBASEREP/Include39 if( ! -e $SOPHYABASEREP/Include ) then 40 echo Pas de repertoire $SOPHYABASEREP/Include 41 41 exit -1 42 42 endif 43 if( ! -e $ DPCBASEREP/${OSCC} ) then44 echo Pas de repertoire $ DPCBASEREP/${OSCC}43 if( ! -e $SOPHYABASEREP/${OSCC} ) then 44 echo Pas de repertoire $SOPHYABASEREP/${OSCC} 45 45 exit -1 46 46 endif 47 47 foreach d ( Libs ShLibs Exec ) 48 if( ! -d $ DPCBASEREP/${OSCC}/$d ) then49 echo repertoire $ DPCBASEREP/${OSCC}/$d inexistant48 if( ! -d $SOPHYABASEREP/${OSCC}/$d ) then 49 echo repertoire $SOPHYABASEREP/${OSCC}/$d inexistant 50 50 exit -1 51 51 endif … … 71 71 set SYS = `echo $OSCC | awk -F"-" '{print $1}'` 72 72 echo "SOURCE = " `pwd` 73 echo " DPCBASEREP = " $DPCBASEREP73 echo "SOPHYABASEREP = " $SOPHYABASEREP 74 74 echo "EXTLIBDIR = " $EXTLIBDIR 75 75 echo "Version = " $VS … … 124 124 ################################################## 125 125 echo '>>>>>>>>' Librairies et executables de Sophya 126 pushd $ DPCBASEREP > /dev/null126 pushd $SOPHYABASEREP > /dev/null 127 127 tar -chf - Include |(cd $tmp/${VS}/.; tar -xf -) 128 128 popd > /dev/null 129 pushd $ DPCBASEREP/${OSCC} > /dev/null129 pushd $SOPHYABASEREP/${OSCC} > /dev/null 130 130 tar -chf - Libs |(cd $tmp/${VS}/.; tar -xf -) 131 131 tar -chf - ShLibs |(cd $tmp/${VS}/.; tar -xf -)
Note:
See TracChangeset
for help on using the changeset viewer.