Skip to content
Snippets Groups Projects
Commit 5d5b09cf authored by Brian Paul's avatar Brian Paul
Browse files

fixed glitches in zip file rules

parent 14adbf46
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.X11,v 1.31 2000/07/21 16:26:28 brianp Exp $ # $Id: Makefile.X11,v 1.32 2000/07/21 16:36:35 brianp Exp $
# Mesa 3-D graphics library # Mesa 3-D graphics library
# Version: 3.3 # Version: 3.3
...@@ -633,14 +633,14 @@ glut_tar: ...@@ -633,14 +633,14 @@ glut_tar:
lib_zip: lib_zip:
-rm $(LIB_NAME).zip ; \
cp Makefile.X11 Makefile ; \ cp Makefile.X11 Makefile ; \
-rm $(LIB_NAME).zip
cd .. ; \ cd .. ; \
zip -r $(LIB_NAME).zip $(LIB_FILES) ; \ zip -r $(LIB_NAME).zip $(LIB_FILES) ; \
mv $(LIB_NAME).zip $(DIRECTORY) mv $(LIB_NAME).zip $(DIRECTORY)
demo_zip: demo_zip:
-rm $(DEMO_NAME).zip -rm $(DEMO_NAME).zip ; \
cd .. ; \ cd .. ; \
zip -r $(DEMO_NAME).zip $(DEMO_FILES) ; \ zip -r $(DEMO_NAME).zip $(DEMO_FILES) ; \
mv $(DEMO_NAME).zip $(DIRECTORY) mv $(DEMO_NAME).zip $(DIRECTORY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment