logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

shape_tar - shapeTools RMS bundle up subsystem in a tar or shar archive

Description

Shapetar  and shapeshar create a tar or a shar archive containing all source components of the current
       node in the system tree. All source components listed in the COMPONENTS macro in  the  Makefile  and  the
       release  identification  file (VERSIONFILE) are written to the archive.  Components of subsystems are not
       included in the archive file.

       The VERSIONS macro may be set to specify a version selection  rule  to  be  active  during  archive  file
       creation.   Default   is   most_recent,  selecting  the  most  recent  version  of  each  component.  See
       shape_stdrul(7) or the $(SHAPELIBPATH)/stdrules for other  possible  settings.  You  may  also  use  self
       defined version selection rules as VERSIONS.

       ARCHIVE  is  the base name of the file where the output shall be written to. Default is $(SUBSYSTEMNAME).
       The output file gets the filename extension .tar (resp. .shar).  When ARCHIVE=- is given,  data  will  be
       written to standard output.

Files

       $(SUBSYSTEMNAME).tar $(SUBSYSTEMNAME).shar

22.8.125                                                                                            SHAPE_TAR(1)

Name

       shape_tar - shapeTools RMS bundle up subsystem in a tar or shar archive

See Also

shape_RMS(1), shape_stdrul(7)

Synopsis

shapetar[VERSIONS=<version_selection_rule>][ARCHIVE=<filename>]shapeshar[VERSIONS=<version_selection_rule>][ARCHIVE=<filename>]

See Also