PATCH: remove references to djunpack.bat

Laurynas Biveinis lauras@softhome.net
Sat Dec 30 10:53:00 GMT 2000


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)


More information about the Gcc-patches mailing list