History log of /build/tools/atree/files.cpp
Revision Date Author Comments
131292c0422b4e6eca5ee0eda431c9faae5cf35d 15-Sep-2011 Raphael <raphael@google.com> Add rm and strip abilities to atree. DO NOT MERGE.

The new line syntax is:
[SRC] [rm|strip] DEST

This allows one to write things like this in atree:

bin/src
bin/src bin/dest
bin/src "bin/another file name"

rm dest/file
rm dest/dir # recursive

strip bin/src
bin/src strip bin/dest

Src and dest can contain spaces if full enclosed in double-quotes.
The strip command can be overridden using the STRIP env var.

Cherry-pick from master 0b3ec5d32f15bdea67d15af95cf68e455867c668
0b3ec5d32f15bdea67d15af95cf68e455867c668 15-Sep-2011 Raphael <raphael@google.com> Add rm and strip abilities to atree.

The new line syntax is:
[SRC] [rm|strip] DEST

This allows one to write things like this in atree:

bin/src
bin/src bin/dest
bin/src "bin/another file name"

rm dest/file
rm dest/dir # recursive

strip bin/src
bin/src strip bin/dest

Src and dest can contain spaces if full enclosed in double-quotes.
The strip command can be overridden using the STRIP env var.

Change-Id: I22aae7a87c36c082e1aab87132099a3c644914da
e6b4e5b20ac8a3b01f1a99dd877a98c92036ce5e 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
88b607994a148f4af5bffee163e39ce8296750c6 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
05806d7af62e07c6225b2e7103a1b115ecf6c9ad 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
4f85cc54b3347e00e32a07cae4fd5473987b71af 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
dcc08f073b6873c69ab891d4f69f7c568e282df7 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
8ae3ad5802c7fe78d6b353b0d9090276a4f6a210 22-Oct-2008 Alexey Zaytsev <alexey.zaytsev@gmail.com> Add a few missing headers.

Fixes build with gcc 4.3.2 on Debian.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
b6c1cf6de79035f58b512f4400db458c8401379a 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution