- exclude CVS and .cvsignore when making win32_snap zip file
This commit is contained in:
parent
6ef1e12eac
commit
aac6373669
@ -243,7 +243,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.157 2003-11-28 15:07:25 danielg4 Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.158 2003-12-07 23:44:10 cbothamy Exp $$' >> bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
|
||||
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
|
||||
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
|
||||
@ -442,7 +442,7 @@ tar:
|
||||
NAME=`pwd|$(SED) 's/.*\///'`; (cd ..; tar cf - $$NAME | $(GZIP) > $$NAME.tar.gz); ls -l ../$$NAME.tar.gz
|
||||
|
||||
zip:
|
||||
NAME=`pwd|$(SED) 's/.*\///'`; (cd ..; $(ZIP) $$NAME.zip -r $$NAME); ls -l ../$$NAME.zip
|
||||
NAME=`pwd|$(SED) 's/.*\///'`; (cd ..; $(ZIP) $$NAME.zip -r $$NAME -x \*CVS\* -x \*.cvsignore ); ls -l ../$$NAME.zip
|
||||
|
||||
clean:
|
||||
@RMCOMMAND@ *.o
|
||||
|
Loading…
Reference in New Issue
Block a user