Skip to content
Snippets Groups Projects
Commit b360de0b authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Slightly better messages in the autogen.sh regarding the creation of temporary...

Slightly better messages in the autogen.sh regarding the creation of temporary files for the submodule
parent cb66a50b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
if [ -f csds/Makefile.am ]; then if [ -f csds/Makefile.am ]; then
fake_sub=0 fake_sub=0
else else
echo Creating temporary (fake) submodule files echo "Creating temporary (fake) submodule files"
fake_sub=1 fake_sub=1
mkdir csds/src csds/tests mkdir csds/src csds/tests
touch csds/Makefile.am csds/src/Makefile.am csds/tests/Makefile.am touch csds/Makefile.am csds/src/Makefile.am csds/tests/Makefile.am
...@@ -15,7 +15,7 @@ fi ...@@ -15,7 +15,7 @@ fi
autoreconf --install --symlink autoreconf --install --symlink
if [ $fake_sub -eq 1 ]; then if [ $fake_sub -eq 1 ]; then
echo Removing fake submodule files echo "Removing fake submodule files"
rm -rf csds/src csds/tests rm -rf csds/src csds/tests
rm csds/Makefile.am csds/Makefile.in rm csds/Makefile.am csds/Makefile.in
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment