public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
To: Ian Lance Taylor <ian@zembu.com>,
	Ulrich Drepper <drepper@cygnus.com>,
	Jason Merrill <jason@cygnus.com>
Cc: binutils@sourceware.cygnus.com
Subject: make check
Date: Wed, 28 Jul 1999 19:28:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.10.9907291142420.10610-100000@mullet.itr.unisa.edu.au> (raw)
In-Reply-To: <19990728224953.712.qmail@daffy.airs.com>

I've been slightly annoyed that "make check" always did a "make all" for
quite a while, but never annoyed enough to fix it until now.

Jason, on Oct 27 1997 you added the check-target-libio dependency on
all-target-libio.  Has the need for this gone?

Ulrich, do we need "check" to depend on "all" in your po/Makefiles?

I think I need an OK from both of you (and Ian) before checking this in.

Alan Modra


--- binutils-current/bfd/po/Make-in~	Mon May  3 16:58:58 1999
+++ binutils-current/bfd/po/Make-in	Thu Jul 29 11:09:46 1999
@@ -178,7 +178,7 @@
 	done
 	rm -f $(gettextsrcdir)/po-Makefile.in.in
 
-check: all
+check:
 
 cat-id-tbl.o: ../intl/libgettext.h
 
--- binutils-current/Makefile.in~	Wed Jul 28 14:00:16 1999
+++ binutils-current/Makefile.in	Thu Jul 29 11:38:31 1999
@@ -1583,7 +1583,7 @@
 all-target-libgloss: configure-target-libgloss configure-target-newlib
 configure-target-libio: $(ALL_GCC)
 all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
-check-target-libio: all-target-libstdc++
+check-target-libio:
 all-libgui: all-tcl all-tk all-tcl8.1 all-tk8.1 all-itcl
 all-libiberty:
 configure-target-librx: $(ALL_GCC) configure-target-newlib
--- binutils-current/binutils/po/Make-in~	Mon May  3 16:59:10 1999
+++ binutils-current/binutils/po/Make-in	Thu Jul 29 11:10:29 1999
@@ -178,7 +178,7 @@
 	done
 	rm -f $(gettextsrcdir)/po-Makefile.in.in
 
-check: all
+check:
 
 cat-id-tbl.o: ../intl/libgettext.h
 
--- binutils-current/gas/po/Make-in~	Mon May  3 16:58:45 1999
+++ binutils-current/gas/po/Make-in	Thu Jul 29 11:11:15 1999
@@ -178,7 +178,7 @@
 	done
 	rm -f $(gettextsrcdir)/po-Makefile.in.in
 
-check: all
+check:
 
 cat-id-tbl.o: ../intl/libgettext.h
 
--- binutils-current/gprof/po/Make-in~	Mon May  3 16:59:11 1999
+++ binutils-current/gprof/po/Make-in	Thu Jul 29 11:15:17 1999
@@ -178,7 +178,7 @@
 	done
 	rm -f $(gettextsrcdir)/po-Makefile.in.in
 
-check: all
+check:
 
 cat-id-tbl.o: ../intl/libgettext.h
 
--- binutils-current/intl/Makefile.in~	Mon May  3 16:59:05 1999
+++ binutils-current/intl/Makefile.in	Thu Jul 29 11:10:00 1999
@@ -99,7 +99,7 @@
 ../po/cat-id-tbl.$lo: ../po/cat-id-tbl.c $(top_srcdir)/po/$(PACKAGE).pot
 	cd ../po && $(MAKE) cat-id-tbl.$lo
 
-check: all
+check:
 
 # This installation goal is only used in GNU gettext.  Packages which
 # only use the library should use install instead.
--- binutils-current/ld/po/Make-in~	Mon May  3 16:59:07 1999
+++ binutils-current/ld/po/Make-in	Thu Jul 29 11:10:51 1999
@@ -178,7 +178,7 @@
 	done
 	rm -f $(gettextsrcdir)/po-Makefile.in.in
 
-check: all
+check:
 
 cat-id-tbl.o: ../intl/libgettext.h
 
--- binutils-current/opcodes/po/Make-in~	Mon May  3 16:59:01 1999
+++ binutils-current/opcodes/po/Make-in	Thu Jul 29 11:03:48 1999
@@ -178,7 +178,7 @@
 	done
 	rm -f $(gettextsrcdir)/po-Makefile.in.in
 
-check: all
+check:
 
 cat-id-tbl.o: ../intl/libgettext.h
 

  parent reply	other threads:[~1999-07-28 19:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.10.9907272027230.8678-100000@mullet.itr.unisa.edu.au>
1999-07-28  2:09 ` Overflow fix (was Problems with trampoline.S with 64 bit binutils) Alan Modra
1999-07-28 15:50   ` Ian Lance Taylor
1999-07-28 15:57     ` Alan Modra
1999-07-28 16:03       ` Ian Lance Taylor
1999-07-28 19:28     ` Alan Modra [this message]
1999-07-28 19:35       ` more "make check" issues Alan Modra
1999-08-03  9:43         ` Ian Lance Taylor
1999-07-29  9:38       ` make check Jason Merrill
1999-07-29 11:29       ` Ian Lance Taylor
1999-07-29 11:37         ` Ulrich Drepper
1999-07-29 17:22           ` Alan Modra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.10.9907291142420.10610-100000@mullet.itr.unisa.edu.au \
    --to=alan@spri.levels.unisa.edu.au \
    --cc=binutils@sourceware.cygnus.com \
    --cc=drepper@cygnus.com \
    --cc=ian@zembu.com \
    --cc=jason@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).