diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-28 21:40:04 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-28 21:40:04 +0000 |
commit | 9c9ba4378a237345b1c57c012c7cced8f3137b44 (patch) | |
tree | 5eef613e67fdff2289d5e89fb93c280a59a6569f | |
parent | eee3040b7e6a80b433a78108c49b238a85944db8 (diff) | |
download | ATCD-9c9ba4378a237345b1c57c012c7cced8f3137b44.tar.gz |
ChangeLogTag:Wed Jan 28 15:36:55 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
-rwxr-xr-x | bin/auto_compile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/auto_compile b/bin/auto_compile index 252038c48bb..ee9893b7f04 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -38,12 +38,7 @@ $MODULE='ACE_wrappers'; @BUILD_LIST= ('ace', 'tests', - 'TAO/tao', - 'TAO/TAO_IDL', - 'TAO/tests/POA', - 'TAO/tests/Param_Test', - 'TAO/tests/Cubit/TAO', - 'TAO/orbsvcs'); + 'TAO'); # This are the pairs "sub-directory,script" we run. |