summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 19:14:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 19:14:42 +0000
commitcd01ba090105f57e31ef66189b1551e23c0bed99 (patch)
tree40920d6009f7d79c6126d8fdd16c1ba3723b707b /README
parentdad3ce471f4e961d7456d983a5b4ab6a643bb036 (diff)
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* README, gcc/test_driver: Do not assume anything is a CVS/SVN checkout. Look for the CVS or .svn subdirectory and act accordingly.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 8f5add8..482f73a 100644
--- a/README
+++ b/README
@@ -27,11 +27,11 @@ TESTROOT
Update gcc-testing/VERSIONS to point to the appropriate directories
and versions.
-rtems-SOURCE is assumed to be a CVS checkout by test_driver.
-gcc-SOURCE is assumed to be an SVN checkout by test_driver.
+If the various source directories contain a CVS subdirectory,
+then they will be updated using CVS.
-If the binutils, newlib, or gdb directories or of the pattern "*cvs*",
-then they will also be updated.
+If the various source directories contain a .svn subdirectory,
+then they will be updated using svn.
Look near the top of do_one for a number of environment variables
such as whether to build binutils and gdb from source or just