diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-13 00:38:20 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-13 00:38:20 +0000 |
commit | 863ba363516bfdbfaf0540009c9dc16aa7209496 (patch) | |
tree | 2fa1e27534dc0e051b49e478277e351167d1b565 /ChangeLog | |
parent | cfb0442883a38837aacc342546c703bad6cbd4b2 (diff) | |
download | gcc-863ba363516bfdbfaf0540009c9dc16aa7209496.tar.gz |
* Makefile.in (NOTPARALLEL): New. Use it instead of explicit
.NOTPARALLEL tag.
(do-check): Rename from check.
(check): Allow parallel check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1afc8b38b63..291c2176c2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-03-12 Richard Henderson <rth@redhat.com> + + * Makefile.in (NOTPARALLEL): New. Use it instead of explicit + .NOTPARALLEL tag. + (do-check): Rename from check. + (check): Allow parallel check. + 2002-03-12 Bob Wilson <bob.wilson@acm.org> * MAINTAINERS: Add myself as maintainer for xtensa port. |