From 9c3ca74089b738d01be41a394554efd14b0c513f Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 24 Jul 2020 16:15:12 +0000 Subject: [PATCH] make help clean up git-svn-id: trunk@63647 - --- Makefile | 3 ++- Makefile.fpc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc83330402..2a72fa340c 100644 --- a/Makefile +++ b/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) diff --git a/Makefile.fpc b/Makefile.fpc index 474c2d604d..896ad02c7e 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -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)