Skip to content
Snippets Groups Projects
Commit 0870fe93 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From Ivana:

Corrected makedist scripts:
- File with version_number is now one level up
- Exclude .svn instead of CVS


git-svn-id: http://root.cern.ch/svn/root/trunk@20851 27541ba8-7e3a-0410-8455-c3a389f83636
parent 4576cbc7
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ elif [ "x$2" = "xlib" ]; then ...@@ -26,7 +26,7 @@ elif [ "x$2" = "xlib" ]; then
else else
GCC_VERS=$1 GCC_VERS=$1
fi fi
VERSION=`cat geant3/config/version_number` VERSION=`cat geant3/version_number`
MACHINE=`root-config --arch` MACHINE=`root-config --arch`
if [ "x$MAKELIB" = "xlib" ]; then if [ "x$MAKELIB" = "xlib" ]; then
if [ "x$GCC_VERS" = "x" ]; then if [ "x$GCC_VERS" = "x" ]; then
...@@ -50,7 +50,7 @@ else ...@@ -50,7 +50,7 @@ else
TAR=$TAR" zcvf" TAR=$TAR" zcvf"
rm -f $TARFILE.gz rm -f $TARFILE.gz
TARFILE=$TARFILE".gz" TARFILE=$TARFILE".gz"
EXCLUDE="--exclude CVS --exclude tmp --exclude geant3/tgt_*" EXCLUDE="--exclude .svn --exclude tmp --exclude geant3/tgt_*"
fi fi
SOURCES=`ls geant3` SOURCES=`ls geant3`
......
...@@ -26,7 +26,7 @@ elif [ "x$2" = "xlib" ]; then ...@@ -26,7 +26,7 @@ elif [ "x$2" = "xlib" ]; then
else else
GCC_VERS=$1 GCC_VERS=$1
fi fi
VERSION=`cat geant4_vmc/config/version_number` VERSION=`cat geant4_vmc/version_number`
MACHINE=`root-config --arch` MACHINE=`root-config --arch`
if [ "x$MAKELIB" = "xgeant4_vmc/lib" ]; then if [ "x$MAKELIB" = "xgeant4_vmc/lib" ]; then
if [ "x$GCC_VERS" = "x" ]; then if [ "x$GCC_VERS" = "x" ]; then
...@@ -50,7 +50,7 @@ else ...@@ -50,7 +50,7 @@ else
TAR=$TAR" zcvf" TAR=$TAR" zcvf"
rm -f $TARFILE.gz rm -f $TARFILE.gz
TARFILE=$TARFILE".gz" TARFILE=$TARFILE".gz"
EXCLUDE="--exclude CVS" EXCLUDE="--exclude .svn"
fi fi
$TAR $TARFILE $EXCLUDE geant4_vmc/README geant4_vmc/"history" geant4_vmc/config \ $TAR $TARFILE $EXCLUDE geant4_vmc/README geant4_vmc/"history" geant4_vmc/config \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment