Skip to content
Snippets Groups Projects
Commit eec570f0 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[dunecontrol] Remove code to handle deprecated dune symlink.

The dune symlink was deprecated since 2009.
parent cc3fcfae
Branches
Tags
No related merge requests found
......@@ -536,11 +536,6 @@ run_default_vcsetup() {
}
run_default_update () {
DUNELINK=0
if test -L dune; then
rm dune
DUNELINK=1
fi
if test -d .svn; then
svn update
elif test -d CVS; then
......@@ -566,10 +561,6 @@ run_default_update () {
echo "WARNING: $module is not under a known version control system."
echo " We support svn, git and cvs."
fi
if test "$DUNELINK" != 0 && ! test -d dune; then
echo "WARNING: $module is using the deprecated dune symlink"
ln -s . dune
fi
}
run_default_autogen () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment