* src-release (do-proto-toplev): Remove dejagnu bits.
(DEJAGNU_SUPPORT_DIRS): Remove. (dejagnu.tar.bz2, dejagnu.tar): Likewise. (GDBD_SUPPORT_DIRS): Likewise. (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise. (INSIGHTD_SUPPORT_DIRS): Likewise. (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
This commit is contained in:
parent
6ba85b8caf
commit
c7357d6a5e
2 changed files with 11 additions and 45 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,4 +1,14 @@
|
||||||
2005-06-30 Ben Elliston <bje@au.ibm.com>
|
2005-07-04 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* src-release (do-proto-toplev): Remove dejagnu bits.
|
||||||
|
(DEJAGNU_SUPPORT_DIRS): Remove.
|
||||||
|
(dejagnu.tar.bz2, dejagnu.tar): Likewise.
|
||||||
|
(GDBD_SUPPORT_DIRS): Likewise.
|
||||||
|
(gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
|
||||||
|
(INSIGHTD_SUPPORT_DIRS): Likewise.
|
||||||
|
(insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
|
||||||
|
|
||||||
|
2005-06-30 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* setup.com (mpw): Remove unused directive.
|
* setup.com (mpw): Remove unused directive.
|
||||||
|
|
||||||
|
|
44
src-release
44
src-release
|
@ -159,14 +159,6 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
|
||||||
done
|
done
|
||||||
cd etc && $(MAKE) info
|
cd etc && $(MAKE) info
|
||||||
$(MAKE) distclean
|
$(MAKE) distclean
|
||||||
# Kludge for pr gdb/708. 'configure' configures in
|
|
||||||
# dejagnu/example/calc, but 'make distclean' does not clean in
|
|
||||||
# dejagnu/example. Someday somebody might fix this in dejagnu,
|
|
||||||
# and then import a new dejagnu into sourceware. Right now, a
|
|
||||||
# couple of 'rm' commands will get the gdb snapshots working
|
|
||||||
# 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
|
# Kludge for pr gdb/857. intl/Makefile.in lacks a couple
|
||||||
# of files in the distclean rule. Zack W is planning to make
|
# of files in the distclean rule. Zack W is planning to make
|
||||||
# the gcc version of intl/ the master version and then push
|
# the gcc version of intl/ the master version and then push
|
||||||
|
@ -284,30 +276,6 @@ gdb.tar: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
||||||
MD5PROG="$(MD5PROG)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
|
||||||
|
|
||||||
DEJAGNU_SUPPORT_DIRS= tcl expect libiberty
|
|
||||||
.PHONY: dejagnu.tar.bz2
|
|
||||||
dejagnu.tar.bz2: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) 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)"
|
|
||||||
|
|
||||||
.PHONY: gdb+dejagnu.tar.bz2
|
|
||||||
GDBD_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl expect dejagnu
|
|
||||||
gdb+dejagnu.tar.bz2: $(DIST_SUPPORT) $(GDBD_SUPPORT_DIRS) gdb
|
|
||||||
$(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE=gdb+dejagnu \
|
|
||||||
MD5PROG="$(MD5PROG)" \
|
|
||||||
SUPPORT_FILES="$(GDBD_SUPPORT_DIRS)"
|
|
||||||
.PHONY: gdb+dejagnu.tar
|
|
||||||
gdb+dejagnu.tar: $(DIST_SUPPORT) $(GDBD_SUPPORT_DIRS) gdb
|
|
||||||
$(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE=gdb+dejagnu \
|
|
||||||
MD5PROG="$(MD5PROG)" \
|
|
||||||
SUPPORT_FILES="$(GDBD_SUPPORT_DIRS)"
|
|
||||||
|
|
||||||
.PHONY: insight.tar.bz2
|
.PHONY: insight.tar.bz2
|
||||||
INSIGHT_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl tk itcl libgui
|
INSIGHT_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl tk itcl libgui
|
||||||
insight.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
insight.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
||||||
|
@ -320,17 +288,5 @@ insight.tar: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
||||||
MD5PROG="$(MD5PROG)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
SUPPORT_FILES="$(INSIGHT_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(INSIGHT_SUPPORT_DIRS)"
|
||||||
|
|
||||||
.PHONY: insight+dejagnu.tar.bz2
|
|
||||||
INSIGHTD_SUPPORT_DIRS= $(INSIGHT_SUPPORT_DIRS) expect dejagnu
|
|
||||||
insight+dejagnu.tar.bz2: $(DIST_SUPPORT) $(INSIGHTD_SUPPORT_DIRS) gdb
|
|
||||||
$(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE="insight+dejagnu" \
|
|
||||||
MD5PROG="$(MD5PROG)" \
|
|
||||||
SUPPORT_FILES="$(INSIGHTD_SUPPORT_DIRS)"
|
|
||||||
.PHONY: insight+dejagnu.tar
|
|
||||||
insight+dejagnu.tar: $(DIST_SUPPORT) $(INSIGHTD_SUPPORT_DIRS) gdb
|
|
||||||
$(MAKE) -f $(SELF) gdb-tar TOOL=gdb PACKAGE="insight+dejagnu" \
|
|
||||||
MD5PROG="$(MD5PROG)" \
|
|
||||||
SUPPORT_FILES="$(INSIGHTD_SUPPORT_DIRS)"
|
|
||||||
|
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
Loading…
Reference in a new issue