[ros-diffs] [cfinck] 29155: Don't run "make clean" anymore, only remove the appropriate files and directories in "clean.sh". This speeds up the cleaning process significantly and should fix possible endless loops when running "clean". (same change as r29141 for RosBE-Windows)

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sun Sep 23 13:41:00 CEST 2007


Author: cfinck
Date: Sun Sep 23 15:40:59 2007
New Revision: 29155

URL: http://svn.reactos.org/svn/reactos?rev=29155&view=rev
Log:
Don't run "make clean" anymore, only remove the appropriate files and directories in "clean.sh".
This speeds up the cleaning process significantly and should fix possible endless loops when running "clean".

(same change as r29141 for RosBE-Windows)

Modified:
    trunk/tools/RosBE-Unix/scripts/clean.sh

Modified: trunk/tools/RosBE-Unix/scripts/clean.sh
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Unix/scripts/clean.sh?rev=29155&r1=29154&r2=29155&view=diff
==============================================================================
--- trunk/tools/RosBE-Unix/scripts/clean.sh (original)
+++ trunk/tools/RosBE-Unix/scripts/clean.sh Sun Sep 23 15:40:59 2007
@@ -11,10 +11,6 @@
 if [ -d "obj-i386" ]; then
 	echo "Cleaning ReactOS source directory..."
 
-	if [ -f "makefile.auto" ]; then
-		make clean >& /dev/null
-	fi
-
 	rm -rf "obj-i386"
 	rm -rf "output-i386"
 	rm -rf "reactos."




More information about the Ros-diffs mailing list