mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:58:12 +02:00
make help clean up
git-svn-id: branches/fixes_2_0@63646 -
This commit is contained in:
parent
918ae61957
commit
80f42df3c7
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