GNU Binutils with patches for OS216
Revisión | 696d5a5b8440861f2e53015652b37388ef6d4283 (tree) |
---|---|
Tiempo | 2003-01-10 03:50:28 |
Autor | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
* 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.
@@ -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 | + | |
1 | 16 | 2003-01-09 David Carlton <carlton@math.stanford.edu> |
2 | 17 | |
3 | 18 | * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x". |
@@ -35,6 +35,8 @@ SHELL = @SHELL@ | ||
35 | 35 | EXEEXT = @EXEEXT@ |
36 | 36 | SUBDIRS = @subdirs@ |
37 | 37 | 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) | |
38 | 40 | |
39 | 41 | EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \ |
40 | 42 | echo $${rootme}/../../expect/expect ; \ |
@@ -145,7 +147,7 @@ subdir_do: force | ||
145 | 147 | force:; |
146 | 148 | |
147 | 149 | subdirs: |
148 | - for dir in ${SUBDIRS} ; \ | |
150 | + for dir in ${ALL_SUBDIRS} ; \ | |
149 | 151 | do \ |
150 | 152 | echo "$$dir:" ; \ |
151 | 153 | if [ -d $$dir ] ; then \ |
@@ -157,8 +159,8 @@ subdirs: | ||
157 | 159 | |
158 | 160 | clean mostlyclean: |
159 | 161 | -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}; \ | |
162 | 164 | do \ |
163 | 165 | echo "$$dir:"; \ |
164 | 166 | if [ -d $$dir ]; then \ |
@@ -171,8 +173,8 @@ distclean maintainer-clean realclean: clean | ||
171 | 173 | -rm -f *~ core |
172 | 174 | -rm -f Makefile config.status *-init.exp |
173 | 175 | -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}; \ | |
176 | 178 | do \ |
177 | 179 | echo "$$dir:"; \ |
178 | 180 | if [ -d $$dir ]; then \ |
@@ -5,16 +5,8 @@ EXECUTABLES = altivec-abi altivec-regs | ||
5 | 5 | |
6 | 6 | MISCELLANEOUS = |
7 | 7 | |
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 $@..." | |
18 | 10 | |
19 | 11 | clean mostlyclean: |
20 | 12 | -rm -f *~ *.o a.out *.x *.ci *.tmp |
@@ -26,6 +18,3 @@ distclean maintainer-clean realclean: clean | ||
26 | 18 | -rm -f Makefile config.status config.log |
27 | 19 | -rm -f *-init.exp |
28 | 20 | -rm -fr *.log summary detail *.plog *.sum *.psum site.* |
29 | - | |
30 | -Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in | |
31 | - $(SHELL) ./config.status --recheck |
@@ -2,35 +2,18 @@ VPATH = @srcdir@ | ||
2 | 2 | srcdir = @srcdir@ |
3 | 3 | |
4 | 4 | EXECUTABLES = |
5 | +MISCELLANEOUS = arch.inc | |
5 | 6 | |
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 $@..." | |
19 | 9 | |
20 | 10 | clean mostlyclean: |
21 | - -rm -f *~ *.o a.out xgdb *.x $(CROSS_EXECUTABLES) *.ci *.tmp | |
11 | + -rm -f *~ *.o a.out *.x *.ci *.tmp | |
22 | 12 | -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) |
23 | - -rm -f twice-tmp.c | |
13 | + -rm -f $(MISCELLANEOUS) | |
24 | 14 | |
25 | 15 | distclean maintainer-clean realclean: clean |
26 | 16 | -rm -f *~ core |
27 | 17 | -rm -f Makefile config.status config.log |
28 | - -rm -f arch.inc | |
29 | 18 | -rm -f *-init.exp |
30 | 19 | -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 |
@@ -17,16 +17,8 @@ EXECUTABLES = all-types annota1 bitfields break \ | ||
17 | 17 | MISCELLANEOUS = coremmap.data ../foobar.baz \ |
18 | 18 | shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl |
19 | 19 | |
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 $@..." | |
30 | 22 | |
31 | 23 | clean mostlyclean: |
32 | 24 | -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp |
@@ -38,6 +30,3 @@ distclean maintainer-clean realclean: clean | ||
38 | 30 | -rm -f Makefile config.status config.log |
39 | 31 | -rm -f *-init.exp |
40 | 32 | -rm -fr *.log summary detail *.plog *.sum *.psum site.* |
41 | - | |
42 | -Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in | |
43 | - $(SHELL) ./config.status --recheck |
@@ -5,16 +5,8 @@ EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \ | ||
5 | 5 | derivation inherit local member-ptr method misc \ |
6 | 6 | overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace ref-types |
7 | 7 | |
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 $@..." | |
18 | 10 | |
19 | 11 | clean mostlyclean: |
20 | 12 | -rm -f *~ *.o *.ci |
@@ -22,6 +14,3 @@ clean mostlyclean: | ||
22 | 14 | |
23 | 15 | distclean maintainer-clean realclean: clean |
24 | 16 | -rm -f Makefile config.status config.log |
25 | - | |
26 | -Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in | |
27 | - $(SHELL) ./config.status --recheck |
@@ -1,18 +1,13 @@ | ||
1 | -#### host, target, and site specific Makefile frags come in here. | |
2 | - | |
3 | 1 | VPATH = @srcdir@ |
4 | 2 | srcdir = @srcdir@ |
5 | 3 | |
6 | 4 | .PHONY: all clean mostlyclean distclean realclean |
7 | 5 | |
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 $@..." | |
10 | 8 | |
11 | 9 | clean mostlyclean: |
12 | 10 | -rm -f *.o *.diff *~ *.bad core h8300s hppa mn10200 mn10300 sh3 |
13 | 11 | |
14 | 12 | distclean maintainer-clean realclean: clean |
15 | 13 | -rm -f Makefile config.status config.log |
16 | - | |
17 | -Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in | |
18 | - $(SHELL) ./config.status --recheck |
@@ -1,10 +1,8 @@ | ||
1 | 1 | srcdir = @srcdir@ |
2 | 2 | VPATH = @srcdir@ |
3 | 3 | |
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 $@..." | |
8 | 6 | |
9 | 7 | .SUFFIXES: .java .class .o .exe .exp .check |
10 | 8 |
@@ -21,6 +19,3 @@ clean mostlyclean: | ||
21 | 19 | |
22 | 20 | distclean maintainer-clean realclean: clean |
23 | 21 | -rm -f Makefile config.status config.log |
24 | - | |
25 | -Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in | |
26 | - $(SHELL) ./config.status --recheck |
@@ -5,20 +5,11 @@ PROGS = basics c_variable cpp_variable var-cmd | ||
5 | 5 | |
6 | 6 | MISCELLANEOUS = testcmds |
7 | 7 | |
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 $@..." | |
12 | 10 | |
13 | 11 | clean mostlyclean: |
14 | 12 | -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core |
15 | 13 | |
16 | 14 | distclean maintainer-clean realclean: clean |
17 | 15 | -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: |
@@ -3,29 +3,11 @@ srcdir = @srcdir@ | ||
3 | 3 | |
4 | 4 | EXECUTABLES = pthreads |
5 | 5 | |
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 $@..." | |
16 | 8 | |
17 | 9 | clean mostlyclean: |
18 | 10 | -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core* $(EXECUTABLES) |
19 | 11 | |
20 | 12 | distclean maintainer-clean realclean: clean |
21 | 13 | -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 |
@@ -1,12 +1,10 @@ | ||
1 | -#### host, target, and site specific Makefile frags come in here. | |
2 | - | |
3 | 1 | VPATH = @srcdir@ |
4 | 2 | srcdir = @srcdir@ |
5 | 3 | |
6 | 4 | .PHONY: all clean mostlyclean distclean realclean |
7 | 5 | |
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 $@..." | |
10 | 8 | |
11 | 9 | clean mostlyclean: |
12 | 10 | -rm -f actions circ collection limits |
@@ -14,8 +12,3 @@ clean mostlyclean: | ||
14 | 12 | |
15 | 13 | distclean maintainer-clean realclean: clean |
16 | 14 | -rm -f Makefile config.status config.log |
17 | - | |
18 | -Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in | |
19 | - $(SHELL) ./config.status --recheck | |
20 | - | |
21 | - |