Changeset 1316 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/29/02 11:22:21 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1315 r1316  
    11                                                                  -*-*- END -*-*-
     2 2002/04/29: Oscar Blanch
     3
     4   * macros/tar.C:
     5     - added
     6
     7   * Makefile:
     8     - changed "make tar" to use macros/tar.C and root
     9
     10
     11
    212 2002/04/27: Oscar Blanch
    313
  • trunk/MagicSoft/Mars/Makefile

    r1288 r1316  
    117117tar:    mrproper
    118118        @echo "Making tar-file"
    119         @tar cvf ../mars.tar --exclude=Root .rootrc *
    120         @gzip -9 ../mars.tar
     119        @root -b -q -l -n tar.C
     120#       @tar cvf ../mars.tar --exclude=Root .rootrc *
     121#       @gzip -9 ../mars.tar
    121122
    122123# @endcode
Note: See TracChangeset for help on using the changeset viewer.