make help clean up

git-svn-id: trunk@63647 -
This commit is contained in:
mattias 2020-07-24 16:15:12 +00:00
parent fbdcb980f7
commit 9c3ca74089
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)