X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=src-release;h=9837ba3dcd0e7647d183d8dd8a4f5cfab2d6e0b0;hb=0c6c36d54e826591b93243797475f801148a70d1;hp=1bc91fd713349dff42890f689cc4747d7a761aaa;hpb=a9cfce9c9dff4e79842696673537c6669d8a9cef;p=deliverable%2Fbinutils-gdb.git diff --git a/src-release b/src-release index 1bc91fd713..9837ba3dcd 100644 --- a/src-release +++ b/src-release @@ -44,7 +44,7 @@ PWD = $${PWDCMD-pwd} # ChangeLog omitted because it may refer to files which are not in this # distribution (perhaps it would be better to include it anyway). DEVO_SUPPORT= README Makefile.in configure configure.in \ - config.guess config.if config.sub config move-if-change \ + config.guess config.sub config move-if-change \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ mkinstalldirs ltconfig ltmain.sh missing ylwrap \ libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \ @@ -228,8 +228,9 @@ do-md5sum: echo "==> Adding md5 checksum to top-level directory" cd proto-toplev && find * -follow $(CVS_NAMES) -prune \ -o -type f -print \ - | xargs $(MD5PROG) > ../md5.sum - mv md5.sum proto-toplev + | xargs $(MD5PROG) > ../md5.new + -rm -f proto-toplev/md5.sum + mv md5.new proto-toplev/md5.sum .PHONY: do-djunpack do-djunpack: @@ -237,9 +238,8 @@ do-djunpack: echo - 's /gdb-[0-9\.]*/$(PACKAGE)-'"$(VER)"'/' sed < djunpack.bat > djunpack.new \ -e 's/gdb-[0-9][0-9\.]*/$(PACKAGE)-'"$(VER)"'/' - mv djunpack.new djunpack.bat -rm -f proto-toplev/djunpack.bat - ln -s ../djunpack.bat proto-toplev/djunpack.bat + mv djunpack.new proto-toplev/djunpack.bat TEXINFO_SUPPORT= texinfo/texinfo.tex DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)