8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

Merge pull request #262 from mariuz/patch-1

Remove CVS/SVN cleanup commands
This commit is contained in:
Adriano dos Santos Fernandes 2020-03-23 17:34:13 -03:00 committed by GitHub
commit a17cf89a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,6 @@ rm -rf $DIRNAME
mv $MODULE $DIRNAME
pushd $DIRNAME >/dev/null 2>&1
# Remove CVS/SVN information
rm -rf `find . -name CVS -print`
rm -rf `find . -name .svn -print`
# Clean gpre-generated files and extern
cd gen