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?…
==============================================================================
--- 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."