do not echo recursion lines
authorK. Richard Pixley <rich@cygnus>
Sat, 1 May 1993 00:34:05 +0000 (00:34 +0000)
committerK. Richard Pixley <rich@cygnus>
Sat, 1 May 1993 00:34:05 +0000 (00:34 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 64addff03b305444677d165540bd8a05b7ef4f6c..17da53e0612a99d1cffd51373ff032c78c6d6005 100644 (file)
@@ -1,5 +1,8 @@
 Fri Apr 30 16:50:38 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
 
+       * Makefile.in (clean-info, install, install-info, info, dvi,
+         check, all): do not echo recursion lines.
+
        * udip2soc.c (UDIConnect): replace union wait with int.
 
        * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
index 620cdc1e3ce628cc28916f230721d72d2c79a90c..537ba3d5cd209901beb3fe60c5bb8d735a5737c3 100644 (file)
@@ -399,17 +399,17 @@ YYOBJ = c-exp.tab.o m2-exp.tab.o ch-exp.tab.o
        ${CC} -c ${INTERNAL_CFLAGS} $<
 
 all: gdb
-       $(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
+       @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
 
 installcheck:
 check: force
-       rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do
+       @rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do
 info dvi: force
-       $(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
+       @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
 install-info: force
-       $(MAKE) $(FLAGS_TO_PASS) DO=install-info "DODIRS=$(SUBDIRS)" subdir_do
+       @$(MAKE) $(FLAGS_TO_PASS) DO=install-info "DODIRS=$(SUBDIRS)" subdir_do
 clean-info: force
-       $(MAKE) $(FLAGS_TO_PASS) DO=clean-info "DODIRS=$(SUBDIRS)" subdir_do
+       @$(MAKE) $(FLAGS_TO_PASS) DO=clean-info "DODIRS=$(SUBDIRS)" subdir_do
 
 gdb.z:gdb.1
        nroff -man $(srcdir)/gdb.1 | col -b > gdb.t 
@@ -427,7 +427,7 @@ install: gdb
        $(INSTALL_PROGRAM) gdb $(bindir)/$$n; \
        $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$n.1
        $(M_INSTALL)
-       $(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
+       @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
 
 init.c: $(srcdir)/munch $(OBS) $(TSOBS)
        $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(TSOBS) > init.c
This page took 0.029914 seconds and 4 git commands to generate.