Couple of more minor tweaks to gdb.tar.Z target.
This commit is contained in:
parent
7788e8221f
commit
8521640391
1 changed files with 5 additions and 4 deletions
|
@ -63,6 +63,7 @@ CXXFLAGS = -g -O
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
NM = nm
|
NM = nm
|
||||||
GZIP = gzip
|
GZIP = gzip
|
||||||
|
COMPRESS = compress
|
||||||
|
|
||||||
# BISON: This line sed'ed to BISON = bison -y for FSF releases, don't remove.
|
# BISON: This line sed'ed to BISON = bison -y for FSF releases, don't remove.
|
||||||
BISON = `if [ -f $${rootme}/byacc/byacc ] ; \
|
BISON = `if [ -f $${rootme}/byacc/byacc ] ; \
|
||||||
|
@ -872,11 +873,11 @@ make-gdb.tar.Z: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/texinfo.tex
|
||||||
ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
|
ln -s ../../texinfo/tex3patch proto-toplev/texinfo/
|
||||||
chmod og=u `find proto-toplev -print`
|
chmod og=u `find proto-toplev -print`
|
||||||
(VER=`sed <gdb/Makefile.in -n 's/VERSION = //p'`; \
|
(VER=`sed <gdb/Makefile.in -n 's/VERSION = //p'`; \
|
||||||
echo "==> Making gdb-$$VER.tar.Z"; \
|
|
||||||
ln -s proto-toplev gdb-$$VER; \
|
ln -s proto-toplev gdb-$$VER; \
|
||||||
tar cfh - gdb-$$VER \
|
echo "==> Making gdb-$$VER.tar.Z"; \
|
||||||
| compress -v >gdb-$$VER.tar.Z)
|
tar cfh - gdb-$$VER | $(COMPRESS) -v >gdb-$$VER.tar.Z; \
|
||||||
$(GZIP) -d <gdb-$$VER.tar.Z | $(GZIP) -9 -v >gdb-$$VER.tar.z
|
echo "==> Making gdb-$$VER.tar.z"; \
|
||||||
|
tar cfh - gdb-$$VER | $(GZIP) -v -9 >gdb-$$VER.tar.z)
|
||||||
|
|
||||||
# When you use `make setup-dirs' or `make taz' you should always redefine
|
# When you use `make setup-dirs' or `make taz' you should always redefine
|
||||||
# this macro.
|
# this macro.
|
||||||
|
|
Loading…
Add table
Reference in a new issue