2004-10-19 Andrew Cagney <cagney@gnu.org>
* src-release (do-djunpack, do-md5sum): Install the generated file directly into the proto-toplev/ directory.
This commit is contained in:
parent
84ec2724d2
commit
f9dcc467cc
|
@ -1,3 +1,8 @@
|
|||
2004-10-19 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* src-release (do-djunpack, do-md5sum): Install the generated file
|
||||
directly into the proto-toplev/ directory.
|
||||
|
||||
2004-10-19 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue