bin/truclean.bat
author William Roberts <williamr@symbian.org>
Fri, 27 Aug 2010 15:27:06 +0100
changeset 281 c62bd4f9dbce
parent 257 171a870d4d52
permissions -rw-r--r--
Add delete_builds.pl - a utility for making space quickly on build machines This Perl script deletes some directories known to contain very large files first, before deleting the rest of the build which contains millions of small files. Given multiple builds, it will do this breadth first, so that lost of space is released quickly.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
255
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
@REM Copyright (c) 2009 Symbian Foundation Ltd
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
@REM This component and the accompanying materials are made available
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
@REM under the terms of the License "Eclipse Public License v1.0"
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
@REM which accompanies this distribution, and is available
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
@REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
@REM
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
@REM Initial Contributors:
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
@REM Symbian Foundation Ltd - initial contribution.
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
@REM
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
@REM Contributors:
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
@REM
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
@REM Description:
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
@REM Invokes the tool by call to the related interpreter
87a39e76ac33 Add stubs for the most commonly used tools
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
257
171a870d4d52 Don't search for the tools under PDT_HOME\utilities but only under ..
Dario Sestito <darios@symbian.org>
parents: 256
diff changeset
    15
@perl %~dp0\..\uh_parser\truclean.pl %*