This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: remove references to djunpack.bat
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Subject: PATCH: remove references to djunpack.bat
- From: Laurynas Biveinis <lauras at softhome dot net>
- Date: Sat, 30 Dec 2000 20:53:43 +0100
They've slipped to GCC from GDB distribution; they have
no use here.
2000-12-30 Laurynas Biveinis <lauras@softhome.net>
* Makefile.in (do_djunpack): target removed.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/Makefile.in,v
retrieving revision 1.67
diff -u -r1.67 Makefile.in
--- Makefile.in 2000/12/18 18:08:07 1.67
+++ Makefile.in 2000/12/30 18:48:31
@@ -1776,7 +1776,7 @@
TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
MD5PROG="$(MD5PROG)" \
SUPPORT_FILES="$(SUPPORT_FILES)"
- $(MAKE) -f Makefile.in do-djunpack \
+ $(MAKE) -f Makefile.in \
TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
MD5PROG="$(MD5PROG)" \
SUPPORT_FILES="$(SUPPORT_FILES)"
@@ -1856,16 +1856,6 @@
cd proto-toplev && find * -follow -name CVS -prune -o -type f -print \
| xargs $(MD5PROG) > ../md5.sum
mv md5.sum proto-toplev
-
-.PHONY: do-djunpack
-do-djunpack:
- echo "==> Adding updated djunpack.bat to top-level directory"
- echo - 's /gdb-[0-9\.]*/gdb-'"$(VER)"'/'
- sed < djunpack.bat > djunpack.new \
- -e 's/gdb-[0-9][0-9\.]*/gdb-'"$(VER)"'/'
- mv djunpack.new djunpack.bat
- -rm -f proto-toplev/djunpack.bat
- ln -s ../djunpack.bat proto-toplev/djunpack.bat
TEXINFO_SUPPORT= texinfo/texinfo.tex
DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)