diff options
author | cvs2svn <> | 2003-09-16 01:47:54 +0000 |
---|---|---|
committer | cvs2svn <> | 2003-09-16 01:47:54 +0000 |
commit | 2cb060991433298d2f701adc7fc22adacf88eeb1 (patch) | |
tree | aa0b99e6f84e9b776740fc36646e8e3b919e5268 /src-release | |
parent | 5be60f99b7d5a81dcbad8c9e1d8812297936052b (diff) | |
download | cygnal-2cb060991433298d2f701adc7fc22adacf88eeb1.tar.gz cygnal-2cb060991433298d2f701adc7fc22adacf88eeb1.tar.bz2 cygnal-2cb060991433298d2f701adc7fc22adacf88eeb1.zip |
This commit was manufactured by cvs2svn to create branchezannoni_pie-20030916-branchpointcarlton_dictionary-20030917-merge
'ezannoni_pie-20030916-branch'.
Sprout from cagney_x86i386-20030821-branch 2003-08-21 14:03:24 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2003-09-16 01:47:53 UTC Andrew Cagney <cagney@gnu.org> 'Index: include/ChangeLog':
ChangeLog
MAINTAINERS
config/no-executables.m4
configure
configure.in
include/ChangeLog
include/coff/ChangeLog
include/coff/i860.h
include/dis-asm.h
include/elf/ChangeLog
include/elf/dwarf2.h
include/elf/v850.h
include/floatformat.h
include/opcode/ChangeLog
include/opcode/v850.h
install-sh
missing
src-release
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/src-release b/src-release index 78d9f8312..51539e853 100644 --- a/src-release +++ b/src-release @@ -168,6 +168,18 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex # again. -- chastain 2003-08-15 rm -f dejagnu/example/calc/config.status rm -f dejagnu/example/calc/config.log + # Kludge for pr gdb/857. intl/Makefile.in lacks a couple + # of files in the distclean rule. Zack W is planning to make + # the gcc version of intl/ the master version and then push + # that version to src soon. See: + # http://sources.redhat.com/ml/binutils/2003-07/msg00032.html + # After the src version of intl/ is upgraded, we can look at + # moving this logic into intl/Makefile.in distclean rule + # if it is still needed. -- chastain 2003-09-12 + rm -f intl/config.cache + rm -f intl/config.status + rm -f intl/config.h + rm -f intl/stamp-h # mkdir proto-toplev/etc (cd proto-toplev/etc; \ @@ -219,9 +231,9 @@ do-md5sum: .PHONY: do-djunpack do-djunpack: echo "==> Adding updated djunpack.bat to top-level directory" - echo - 's /gdb-[0-9\.]*/gdb-'"$(VER)"'/' + echo - 's /gdb-[0-9\.]*/$(PACKAGE)-'"$(VER)"'/' sed < djunpack.bat > djunpack.new \ - -e 's/gdb-[0-9][0-9\.]*/gdb-'"$(VER)"'/' + -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 @@ -272,7 +284,12 @@ gdb.tar: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb DEJAGNU_SUPPORT_DIRS= tcl expect libiberty .PHONY: dejagnu.tar.bz2 dejagnu.tar.bz2: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) dejagnu - $(MAKE) -f $(SELF) taz TOOL=dejagnu \ + $(MAKE) -f $(SELF) gdb-taz TOOL=dejagnu \ + MD5PROG="$(MD5PROG)" \ + SUPPORT_FILES="$(DEJAGNU_SUPPORT_DIRS)" +.PHONY: dejagnu.tar +dejagnu.tar: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) dejagnu + $(MAKE) -f $(SELF) gdb-tar TOOL=dejagnu \ MD5PROG="$(MD5PROG)" \ SUPPORT_FILES="$(DEJAGNU_SUPPORT_DIRS)" |