Switch to unified view

a/makedist.sh b/makedist.sh
...
...
34
make clean
34
make clean
35
yes | clean.O
35
yes | clean.O
36
$TAR chfX - excludefile .  | (cd $topdir;$TAR xvf -)
36
$TAR chfX - excludefile .  | (cd $topdir;$TAR xvf -)
37
37
38
CVSTAG="SQLSCREENS_$versionforcvs"
38
CVSTAG="SQLSCREENS_$versionforcvs"
39
[ $dotag = "yes" ] && hg tag -F $CVSTAG .
39
[ $dotag = "yes" ] && hg tag -f $CVSTAG
40
40
41
out=sqlscreens-$version.tar.gz
41
out=sqlscreens-$version.tar.gz
42
(cd $targetdir ; \
42
(cd $targetdir ; \
43
    $TAR chf - sqlscreens-$version | \
43
    $TAR chf - sqlscreens-$version | \
44
        gzip > $out)
44
        gzip > $out)