Commit 4055b808 by Richard Stallman

(gcc.xtar.z): Renamed from gcc.xtar.Z. Use gzip.

(dist): Depend on gcc.xtar.z.
(mostlyclean): Delete temp-gcc.xtar.z.

From-SVN: r4576
parent 3285fe92
...@@ -1444,7 +1444,7 @@ mostlyclean: ...@@ -1444,7 +1444,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.z
-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-*
...@@ -1738,15 +1738,15 @@ TAGS: force ...@@ -1738,15 +1738,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.z
dist: gcc.xtar.Z dist: gcc.xtar.z
gcc.xtar.Z: gcc.xtar gcc.xtar.z: gcc.xtar
compress < gcc.xtar > tmp-gcc.xtar.Z gzip < gcc.xtar > tmp-gcc.xtar.z
mv tmp-gcc.xtar.Z gcc.xtar.Z mv tmp-gcc.xtar.z gcc.xtar.z
#gcc-$(version).tar.Z: gcc-$(version).tar #gcc-$(version).tar.z: gcc-$(version).tar
# compress < gcc-$(version).tar > gcc-$(version).tar.Z # gzip < gcc-$(version).tar > gcc-$(version).tar.z
#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