summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2010-12-28 13:58:54 +0100
committerAndreas Mair <amair.sob@googlemail.com>2010-12-28 13:58:54 +0100
commitac89c4e322967e292a863941c999177f5bba2b4e (patch)
tree53fdd3cac6206607985ec8646d513c1097fec9bc
parent7a55e0b2c0c9c1ff2687cd9baccef093ec8daac1 (diff)
downloadvdradmin-am-ac89c4e322967e292a863941c999177f5bba2b4e.tar.gz
vdradmin-am-ac89c4e322967e292a863941c999177f5bba2b4e.tar.bz2
No need to create links in GIT.
-rwxr-xr-xmake.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/make.sh b/make.sh
index 231c707..6822aa1 100755
--- a/make.sh
+++ b/make.sh
@@ -47,16 +47,6 @@ function do_po()
done
}
-# Setup things after CVS checkout or update.
-#
-function do_cvs()
-{
- # Create missing symbolic links
- [ -e uninstall.sh ] || ln -s install.sh uninstall.sh
- [ -e README ] || ln -s INSTALL README
- [ -e vdradmind ] || ln -s vdradmind.pl vdradmind
-}
-
# Extract VDRAdmin-AM version from vdradmind.pl
#
function getVersion()
@@ -102,10 +92,6 @@ function do_check()
while [ $1 ]
do
case $1 in
- cvs)
- do_cvs
- ;;
-
install)
$INSTALL_SH -c
;;
@@ -119,12 +105,10 @@ do
;;
local)
- do_cvs
do_po
;;
dist)
- do_cvs
do_po
do_cl
do_dist