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:
commit
a17cf89a42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user