Update of /cvsroot/mahogany/M/extra/scripts
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3113/extra/scripts

Modified Files:
        makeMtgz 
Log Message:
fixed tar syntax; exclude .cvsignore and *.vcproj files

Index: makeMtgz
===================================================================
RCS file: /cvsroot/mahogany/M/extra/scripts/makeMtgz,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- makeMtgz    26 May 2006 10:06:35 -0000      1.8
+++ makeMtgz    4 Aug 2006 18:01:09 -0000       1.9
@@ -62,9 +62,9 @@
 
 # remove the stuff not needed in the distribution
-rm M/*.ds[pw] M/M.DSP M/M.MAK M/TODO M/maketags.cmd M/cvsfix
+rm M/M.sln M/TODO M/maketags.cmd M/cvsfix
 
 mv M $M_FULLNAME
 OUTPUT_FILE=$OUTPUT_DIR/$M_FULLNAME.tar.$GZ
-if ! tar cf - $M_FULLNAME --exclude="CVS" | $GZIP -c9 > $OUTPUT_FILE; then
+if ! tar cf - --exclude="CVS" --exclude=".cvsignore" --exclude="*.vcproj" 
$M_FULLNAME | $GZIP -c9 > $OUTPUT_FILE; then
    echo "Creating $OUTPUT_FILE failed."
    RC=3


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to