Changeset 1316 for trunk/MagicSoft/Mars
- Timestamp:
- 04/29/02 11:22:21 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1315 r1316 1 1 -*-*- 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 2 12 2002/04/27: Oscar Blanch 3 13 -
trunk/MagicSoft/Mars/Makefile
r1288 r1316 117 117 tar: mrproper 118 118 @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 121 122 122 123 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.