make help: added hint how to clean up the svn

git-svn-id: trunk@35931 -
This commit is contained in:
mattias 2012-03-13 14:54:10 +00:00
parent 5e13517a21
commit db73d08e9a
2 changed files with 10 additions and 0 deletions

View File

@ -3877,6 +3877,11 @@ help:
@$(ECHO)
@$(ECHO) " Note: Windows users must execute 'lazbuild.exe --build-ide='"
@$(ECHO)
@$(ECHO) Clean up:
@$(ECHO) " There is no command to clean up a svn repository completely, but"
@$(ECHO) " you can use the following command under Linux/OS X:"
@$(ECHO) " svn status | grep '\?' | sed -e 's/\? *//' | xargs rm -r"
@$(ECHO)
@exit
ide:
$(MAKE) -C ide ide

View File

@ -79,6 +79,11 @@ help:
@$(ECHO)
@$(ECHO) " Note: Windows users must execute 'lazbuild.exe --build-ide='"
@$(ECHO)
@$(ECHO) Clean up:
@$(ECHO) " There is no command to clean up a svn repository completely, but"
@$(ECHO) " you can use the following command under Linux/OS X:"
@$(ECHO) " svn status | grep '\?' | sed -e 's/\? *//' | xargs rm -r"
@$(ECHO)
@exit
#-----------------------------------------------------------------------------