aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-03-12 16:38:20 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-03-12 16:38:20 -0800
commitc2273204ae3088f8e31cd3e014950db5de96e2d9 (patch)
tree2fa1e27534dc0e051b49e478277e351167d1b565 /ChangeLog
parentf4a126533c6a4f37f1a632f66f4095a8e6a9e737 (diff)
downloadgcc-c2273204ae3088f8e31cd3e014950db5de96e2d9.zip
gcc-c2273204ae3088f8e31cd3e014950db5de96e2d9.tar.gz
gcc-c2273204ae3088f8e31cd3e014950db5de96e2d9.tar.bz2
Makefile.in (NOTPARALLEL): New.
* Makefile.in (NOTPARALLEL): New. Use it instead of explicit .NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check. From-SVN: r50700
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1afc8b3..291c217 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.