mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 13:59:17 +02:00
make help clean up
git-svn-id: trunk@63647 -
This commit is contained in:
parent
fbdcb980f7
commit
9c3ca74089
3
Makefile
3
Makefile
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user