Commit cadb41d5 by Richard Stallman

(gcc.xtar.gz): Renamed from gcc.tar.z.

(dist): Change the dependency.
(mostlyclean): Delete tmp-gcc.xtar.gz.

From-SVN: r4694
parent 09aab2de
...@@ -1448,7 +1448,7 @@ mostlyclean: ...@@ -1448,7 +1448,7 @@ mostlyclean:
-rm -f tmplibgcc* tmpcopy xlimits.h -rm -f tmplibgcc* tmpcopy xlimits.h
for name in $(LIB1FUNCS); do rm -f $${name}.c; done for name in $(LIB1FUNCS); do rm -f $${name}.c; done
# Delete other temporary files. # Delete other temporary files.
-rm -f tmp-float.h tmp-gcc.xtar.z -rm -f tmp-float.h tmp-gcc.xtar.gz
-rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s -rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s
# Delete the stamp files. # Delete the stamp files.
-rm -f stamp-* tmp-* -rm -f stamp-* tmp-*
...@@ -1745,15 +1745,15 @@ TAGS: force ...@@ -1745,15 +1745,15 @@ TAGS: force
rmdir temp rmdir temp
# Create the distribution tar file. # Create the distribution tar file.
#dist: gcc-$(version).tar.z #dist: gcc-$(version).tar.gz
dist: gcc.xtar.z dist: gcc.xtar.gz
gcc.xtar.z: gcc.xtar gcc.xtar.gz: gcc.xtar
gzip < gcc.xtar > tmp-gcc.xtar.z gzip < gcc.xtar > tmp-gcc.xtar.gz
mv tmp-gcc.xtar.z gcc.xtar.z mv tmp-gcc.xtar.gz gcc.xtar.gz
#gcc-$(version).tar.z: gcc-$(version).tar #gcc-$(version).tar.gz: gcc-$(version).tar
# gzip < gcc-$(version).tar > gcc-$(version).tar.z # gzip < gcc-$(version).tar > gcc-$(version).tar.gz
#gcc-$(version).tar: #gcc-$(version).tar:
gcc.xtar: distdir gcc.xtar: distdir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment