Changeset 944 for trunk


Ignore:
Timestamp:
09/25/01 13:55:11 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CVSROOT/writers

    r943 r944  
    11tbretz
     2rkb
  • trunk/MagicSoft/Mars/Changelog

    r942 r944  
    11                                                                  -*-*- END -*-*-
     2
     3 2001/09/25: Thomas Bretz
     4
     5   * Makefile:
     6     - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
     7       It contains the origin (CVSROOT) of the repository and my confuse
     8       people triing to commit changed files from such an archive to
     9       the repository
     10
     11
    212
    313 2001/09/20: Thomas Bretz
  • trunk/MagicSoft/Mars/Makefile

    r932 r944  
    131131tar:    mrproper
    132132        @echo "Making tar-file"
    133         @tar -cvf ../mars.tar .rootrc *
     133        @tar -cvf ../mars.tar --exclude=Root .rootrc *
    134134        @gzip -9 ../mars.tar
    135135
Note: See TracChangeset for help on using the changeset viewer.