• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisión696d5a5b8440861f2e53015652b37388ef6d4283 (tree)
Tiempo2003-01-10 03:50:28
AutorDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Log Message

* Makefile.in (ALL_SUBDIRS): New variable.
(subdirs, clean, distclean): Use it.
* gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
regenerating Makefile, since it is generated from the top level.
* gdb.asm/Makefile.in: Likewise.
* gdb.base/Makefile.in: Likewise.
* gdb.c++/Makefile.in: Likewise.
* gdb.disasm/Makefile.in: Likewise.
* gdb.java/Makefile.in: Likewise.
* gdb.mi/Makefile.in: Likewise.
* gdb.threads/Makefile.in: Likewise.
* gdb.trace/Makefile.in: Likewise.

Cambiar Resumen

Diferencia incremental

--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,18 @@
1+2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2+
3+ * Makefile.in (ALL_SUBDIRS): New variable.
4+ (subdirs, clean, distclean): Use it.
5+ * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
6+ regenerating Makefile, since it is generated from the top level.
7+ * gdb.asm/Makefile.in: Likewise.
8+ * gdb.base/Makefile.in: Likewise.
9+ * gdb.c++/Makefile.in: Likewise.
10+ * gdb.disasm/Makefile.in: Likewise.
11+ * gdb.java/Makefile.in: Likewise.
12+ * gdb.mi/Makefile.in: Likewise.
13+ * gdb.threads/Makefile.in: Likewise.
14+ * gdb.trace/Makefile.in: Likewise.
15+
116 2003-01-09 David Carlton <carlton@math.stanford.edu>
217
318 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -35,6 +35,8 @@ SHELL = @SHELL@
3535 EXEEXT = @EXEEXT@
3636 SUBDIRS = @subdirs@
3737 RPATH_ENVVAR = @RPATH_ENVVAR@
38+ALL_SUBDIRS = gdb.arch gdb.asm gdb.base gdb.c++ gdb.disasm gdb.java gdb.mi \
39+ gdb.threads gdb.trace $(SUBDIRS)
3840
3941 EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
4042 echo $${rootme}/../../expect/expect ; \
@@ -145,7 +147,7 @@ subdir_do: force
145147 force:;
146148
147149 subdirs:
148- for dir in ${SUBDIRS} ; \
150+ for dir in ${ALL_SUBDIRS} ; \
149151 do \
150152 echo "$$dir:" ; \
151153 if [ -d $$dir ] ; then \
@@ -157,8 +159,8 @@ subdirs:
157159
158160 clean mostlyclean:
159161 -rm -f *~ core *.o a.out xgdb *.x *.grt
160- if [ x"${SUBDIRS}" != x ] ; then \
161- for dir in ${SUBDIRS}; \
162+ if [ x"${ALL_SUBDIRS}" != x ] ; then \
163+ for dir in ${ALL_SUBDIRS}; \
162164 do \
163165 echo "$$dir:"; \
164166 if [ -d $$dir ]; then \
@@ -171,8 +173,8 @@ distclean maintainer-clean realclean: clean
171173 -rm -f *~ core
172174 -rm -f Makefile config.status *-init.exp
173175 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
174- if [ x"${SUBDIRS}" != x ] ; then \
175- for dir in ${SUBDIRS}; \
176+ if [ x"${ALL_SUBDIRS}" != x ] ; then \
177+ for dir in ${ALL_SUBDIRS}; \
176178 do \
177179 echo "$$dir:"; \
178180 if [ -d $$dir ]; then \
--- a/gdb/testsuite/gdb.arch/Makefile.in
+++ b/gdb/testsuite/gdb.arch/Makefile.in
@@ -5,16 +5,8 @@ EXECUTABLES = altivec-abi altivec-regs
55
66 MISCELLANEOUS =
77
8-all:
9- @echo "Nothing to be done for all..."
10-
11-info:
12-install-info:
13-dvi:
14-install:
15-uninstall: force
16-installcheck:
17-check:
8+all info install-info dvi install uninstall installcheck check:
9+ @echo "Nothing to be done for $@..."
1810
1911 clean mostlyclean:
2012 -rm -f *~ *.o a.out *.x *.ci *.tmp
@@ -26,6 +18,3 @@ distclean maintainer-clean realclean: clean
2618 -rm -f Makefile config.status config.log
2719 -rm -f *-init.exp
2820 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
29-
30-Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
31- $(SHELL) ./config.status --recheck
--- a/gdb/testsuite/gdb.asm/Makefile.in
+++ b/gdb/testsuite/gdb.asm/Makefile.in
@@ -2,35 +2,18 @@ VPATH = @srcdir@
22 srcdir = @srcdir@
33
44 EXECUTABLES =
5+MISCELLANEOUS = arch.inc
56
6-# uuencoded format to avoid SCCS/RCS problems with binary files.
7-CROSS_EXECUTABLES =
8-
9-all:
10- @echo "Nothing to be done for all..."
11-
12-info:
13-install-info:
14-dvi:
15-install:
16-uninstall: force
17-installcheck:
18-check:
7+all info install-info dvi install uninstall installcheck check:
8+ @echo "Nothing to be done for $@..."
199
2010 clean mostlyclean:
21- -rm -f *~ *.o a.out xgdb *.x $(CROSS_EXECUTABLES) *.ci *.tmp
11+ -rm -f *~ *.o a.out *.x *.ci *.tmp
2212 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
23- -rm -f twice-tmp.c
13+ -rm -f $(MISCELLANEOUS)
2414
2515 distclean maintainer-clean realclean: clean
2616 -rm -f *~ core
2717 -rm -f Makefile config.status config.log
28- -rm -f arch.inc
2918 -rm -f *-init.exp
3019 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
31-
32-Makefile : $(srcdir)/Makefile.in config.status
33- $(SHELL) ./config.status
34-
35-config.status: $(srcdir)/configure
36- $(SHELL) ./config.status --recheck
--- a/gdb/testsuite/gdb.base/Makefile.in
+++ b/gdb/testsuite/gdb.base/Makefile.in
@@ -17,16 +17,8 @@ EXECUTABLES = all-types annota1 bitfields break \
1717 MISCELLANEOUS = coremmap.data ../foobar.baz \
1818 shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl
1919
20-all:
21- @echo "Nothing to be done for all..."
22-
23-info:
24-install-info:
25-dvi:
26-install:
27-uninstall: force
28-installcheck:
29-check:
20+all info install-info dvi install uninstall installcheck check:
21+ @echo "Nothing to be done for $@..."
3022
3123 clean mostlyclean:
3224 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
@@ -38,6 +30,3 @@ distclean maintainer-clean realclean: clean
3830 -rm -f Makefile config.status config.log
3931 -rm -f *-init.exp
4032 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
41-
42-Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
43- $(SHELL) ./config.status --recheck
--- a/gdb/testsuite/gdb.c++/Makefile.in
+++ b/gdb/testsuite/gdb.c++/Makefile.in
@@ -5,16 +5,8 @@ EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
55 derivation inherit local member-ptr method misc \
66 overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace ref-types
77
8-all:
9- @echo "Nothing to be done for all..."
10-
11-info:
12-install-info:
13-dvi:
14-install:
15-uninstall: force
16-installcheck:
17-check:
8+all info install-info dvi install uninstall installcheck check:
9+ @echo "Nothing to be done for $@..."
1810
1911 clean mostlyclean:
2012 -rm -f *~ *.o *.ci
@@ -22,6 +14,3 @@ clean mostlyclean:
2214
2315 distclean maintainer-clean realclean: clean
2416 -rm -f Makefile config.status config.log
25-
26-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
27- $(SHELL) ./config.status --recheck
--- a/gdb/testsuite/gdb.disasm/Makefile.in
+++ b/gdb/testsuite/gdb.disasm/Makefile.in
@@ -1,18 +1,13 @@
1-#### host, target, and site specific Makefile frags come in here.
2-
31 VPATH = @srcdir@
42 srcdir = @srcdir@
53
64 .PHONY: all clean mostlyclean distclean realclean
75
8-all:
9- @echo "Nothing to be done for all..."
6+all info install-info dvi install uninstall installcheck check:
7+ @echo "Nothing to be done for $@..."
108
119 clean mostlyclean:
1210 -rm -f *.o *.diff *~ *.bad core h8300s hppa mn10200 mn10300 sh3
1311
1412 distclean maintainer-clean realclean: clean
1513 -rm -f Makefile config.status config.log
16-
17-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
18- $(SHELL) ./config.status --recheck
--- a/gdb/testsuite/gdb.java/Makefile.in
+++ b/gdb/testsuite/gdb.java/Makefile.in
@@ -1,10 +1,8 @@
11 srcdir = @srcdir@
22 VPATH = @srcdir@
33
4-all:
5- @echo "Nothing to be done for all..."
6-
7-#### host, target, and site specific Makefile frags come in here.
4+all info install-info dvi install uninstall installcheck check:
5+ @echo "Nothing to be done for $@..."
86
97 .SUFFIXES: .java .class .o .exe .exp .check
108
@@ -21,6 +19,3 @@ clean mostlyclean:
2119
2220 distclean maintainer-clean realclean: clean
2321 -rm -f Makefile config.status config.log
24-
25-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
26- $(SHELL) ./config.status --recheck
--- a/gdb/testsuite/gdb.mi/Makefile.in
+++ b/gdb/testsuite/gdb.mi/Makefile.in
@@ -5,20 +5,11 @@ PROGS = basics c_variable cpp_variable var-cmd
55
66 MISCELLANEOUS = testcmds
77
8-all:
9- @echo "Nothing to be done for all..."
10-
11-#### host, target, and site specific Makefile frags come in here.
8+all info install-info dvi install uninstall installcheck check:
9+ @echo "Nothing to be done for $@..."
1210
1311 clean mostlyclean:
1412 -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
1513
1614 distclean maintainer-clean realclean: clean
1715 -rm -f Makefile config.status config.log
18-
19-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
20- $(SHELL) ./config.status --recheck
21-
22-# Local variables:
23-# change-log-default-name: "ChangeLog-mi"
24-# End:
--- a/gdb/testsuite/gdb.threads/Makefile.in
+++ b/gdb/testsuite/gdb.threads/Makefile.in
@@ -3,29 +3,11 @@ srcdir = @srcdir@
33
44 EXECUTABLES = pthreads
55
6-all:
7- @echo "Nothing to be done for all..."
8-
9-info:
10-install-info:
11-dvi:
12-install:
13-uninstall: force
14-installcheck:
15-check:
6+all info install-info dvi install uninstall installcheck check:
7+ @echo "Nothing to be done for $@..."
168
179 clean mostlyclean:
1810 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core* $(EXECUTABLES)
1911
2012 distclean maintainer-clean realclean: clean
2113 -rm -f Makefile config.status config.log config.h
22-
23-Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
24- $(SHELL) ./config.status --recheck
25-
26-config.h: stamp-h ; @true
27-stamp-h: config.in config.status
28- CONFIG_HEADERS=config.h:config.in $(SHELL) config.status
29-
30-config.status: configure
31- $(SHELL) config.status --recheck
--- a/gdb/testsuite/gdb.trace/Makefile.in
+++ b/gdb/testsuite/gdb.trace/Makefile.in
@@ -1,12 +1,10 @@
1-#### host, target, and site specific Makefile frags come in here.
2-
31 VPATH = @srcdir@
42 srcdir = @srcdir@
53
64 .PHONY: all clean mostlyclean distclean realclean
75
8-all:
9- @echo "Nothing to be done for all..."
6+all info install-info dvi install uninstall installcheck check:
7+ @echo "Nothing to be done for $@..."
108
119 clean mostlyclean:
1210 -rm -f actions circ collection limits
@@ -14,8 +12,3 @@ clean mostlyclean:
1412
1513 distclean maintainer-clean realclean: clean
1614 -rm -f Makefile config.status config.log
17-
18-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
19- $(SHELL) ./config.status --recheck
20-
21-