From 215809b99f15a7e6c167ad7bf733ba4e6d7b7f78 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 12 May 2012 13:49:44 +0200 Subject: [PATCH] change comments, CVS --> git --- compile_min.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile_min.sh b/compile_min.sh index c8a920d6a..6ee9ec143 100644 --- a/compile_min.sh +++ b/compile_min.sh @@ -31,11 +31,11 @@ else fi fi -# If compiling sources from CVS, you may need to uncomment the following two lines: +# If compiling sources from git, you may need to uncomment the following two lines: #./autogen.sh #if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi -# Alternatively, if compiling sources from CVS, and want to add adms created devices, +# Alternatively, if compiling sources from git, and want to add adms created devices, # you may need to uncomment the following two lines (and don't forget to add adms option # to the ../configure statement): #./autogen.sh --adms