Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@gnu.org>2004-10-19 22:52:04 +0400
committerAndrew Cagney <cagney@gnu.org>2004-10-19 22:52:04 +0400
commitf9dcc467ccff78d5de67fb6c2582731424e8da82 (patch)
treef7ccb11bbb2d4abebc4d9cc98623e3600de315c3 /src-release
parent84ec2724d2ef73f8487aea1751fb8151b69740d5 (diff)
2004-10-19 Andrew Cagney <cagney@gnu.org>
* src-release (do-djunpack, do-md5sum): Install the generated file directly into the proto-toplev/ directory.
Diffstat (limited to 'src-release')
-rw-r--r--src-release8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-release b/src-release
index 1bc91fd71..c6e43af13 100644
--- a/src-release
+++ b/src-release
@@ -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)