From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/tar.xml | 55 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 10 deletions(-) (limited to 'src/engine/SCons/Tool/tar.xml') diff --git a/src/engine/SCons/Tool/tar.xml b/src/engine/SCons/Tool/tar.xml index 07ef44c..28ed5d8 100644 --- a/src/engine/SCons/Tool/tar.xml +++ b/src/engine/SCons/Tool/tar.xml @@ -1,26 +1,48 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the &tar; archiver. + -TAR -TARFLAGS -TARCOM -TARSUFFIX +TAR +TARFLAGS +TARCOM +TARSUFFIX -TARCOMSTR +TARCOMSTR + Builds a tar archive of the specified files and/or directories. Unlike most builder methods, @@ -37,8 +59,9 @@ any on-disk files, regardless of whether or not &scons; knows about them from other Builder or function calls. + - + env.Tar('src.tar', 'src') # Create the stuff.tar file. @@ -54,42 +77,54 @@ env.Tar('foo.tar.gz', 'foo') env = Environment(TARFLAGS = '-c -z', TARSUFFIX = '.tgz') env.Tar('foo') - + + The tar archiver. + + The command line used to call the tar archiver. + + The string displayed when archiving files using the tar archiver. If this is not set, then &cv-link-TARCOM; (the command line) is displayed. + - + env = Environment(TARCOMSTR = "Archiving $TARGET") - + + General options passed to the tar archiver. + + The suffix used for tar file names. + + + \ No newline at end of file -- cgit v1.2.3