make help clean up

git-svn-id: branches/fixes_2_0@63646 -
This commit is contained in:
mattias 2020-07-24 16:14:39 +00:00
parent 918ae61957
commit 80f42df3c7
2 changed files with 4 additions and 2 deletions

View File

@ -3567,7 +3567,8 @@ help:
@$(ECHO) " make clean lazbuild useride"
@$(ECHO)
@$(ECHO) " Clean up:"
@$(ECHO) " There is no command to clean up a svn repository completely, but"
@$(ECHO) " svn cleanup --remove-unversioned"
@$(ECHO) " If the above is not supported by your svn"
@$(ECHO) " you can use the following command under Linux/OS X:"
@$(ECHO) " svn status | grep '\?' | sed -e 's/\? *//' | xargs rm -r"
@$(ECHO)

View File

@ -105,7 +105,8 @@ help:
@$(ECHO) " make clean lazbuild useride"
@$(ECHO)
@$(ECHO) " Clean up:"
@$(ECHO) " There is no command to clean up a svn repository completely, but"
@$(ECHO) " svn cleanup --remove-unversioned"
@$(ECHO) " If the above is not supported by your svn"
@$(ECHO) " you can use the following command under Linux/OS X:"
@$(ECHO) " svn status | grep '\?' | sed -e 's/\? *//' | xargs rm -r"
@$(ECHO)