mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
make help: added hint how to clean up the svn
git-svn-id: trunk@35931 -
This commit is contained in:
parent
5e13517a21
commit
db73d08e9a
5
Makefile
5
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user