From: K. Richard Pixley Date: Wed, 9 Sep 1992 00:30:25 +0000 (+0000) Subject: remove subdir_do and references X-Git-Tag: gdb-4_18~21122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5bc6aaf8590aed130bac3cef856d01e17cd127d;p=external%2Fbinutils.git remove subdir_do and references --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b09f0fe..fad8e0c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com) + + * Makefile.in: since there are no SUBDIRS, remove rule and + references of subdir_do. + Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) * Makefile.in (install): Get the library name right here too. diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 459b3eb..5c672d5 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -96,14 +96,9 @@ all: $(TARGETLIB) check: -info: force - @$(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) - +info: clean-info: - @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) - -install-info: force - @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) +install-info: # HDEPFILES comes from the host config; TDEPFILES from the target config. @@ -113,19 +108,6 @@ $(TARGETLIB): $(OFILES) $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES) $(RANLIB) $(TARGETLIB) -# When compiling archures.c and targets.c, supply the default target -# info from configure. - - -subdir_do: force - @for i in $(DODIRS); do \ - if [ -d ./$$i ] ; then \ - if (cd ./$$i; \ - $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \ - else exit 1 ; fi ; \ - else true ; fi ; \ - done - tags etags: TAGS TAGS: force @@ -133,11 +115,9 @@ TAGS: force clean: rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout - $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) clobber realclean: clean rm -f libbfd.a TAGS - $(MAKE) subdir_do DO=clobber "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) # Mark everything as depending on config.status, since the timestamp on # sysdep.h might actually move backwards if we reconfig and relink it