diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-26 03:30:13 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-26 03:30:13 +0000 |
commit | 9b8f31791608dfb05e9c2f8b6e31340fc16e68f8 (patch) | |
tree | 8c481ce9ca39d2113ab2ded7fd9f1a6b5d963f86 /docs | |
parent | 181b454defd6cc14fffbdd69249fcff1b0cdb529 (diff) | |
download | ATCD-9b8f31791608dfb05e9c2f8b6e31340fc16e68f8.tar.gz |
always test on egcs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-guidelines.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index 1bb73aea4c4..6f1a7adbd5a 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -908,7 +908,9 @@ bgcolor="#ffffff"> <ul> <li>When enhancing, updating, or fixing ACE or TAO, always:<p> <ol> - <li>Test your change on at least one platorm.<p> + <li>Test your change on at least one platform. All changes + <strong>must</strong> be tested with egcs before commiting. + That means you may need to test on two platforms.<p> <li>Commit your change with a meaningful message.<p> <li>An an entry to the appropriate ChangeLog. TAO and some ACE subdirectories, such as <a href="../ASNMP">ASNMP</a>, |