diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-26 22:03:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-26 22:03:35 +0000 |
commit | 3039059151d14204e1db364285fad3441601157a (patch) | |
tree | 14e05cb2fe585f932a7a63afa912581f7946fd49 | |
parent | 45dca6177becd8651e5bd022c1d2b051353ae9f5 (diff) | |
download | ATCD-3039059151d14204e1db364285fad3441601157a.tar.gz |
ChangeLogTag: Mon Jul 26 17:02:08 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r-- | ChangeLog-99b | 81 | ||||
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 8 |
2 files changed, 48 insertions, 41 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 0608af73ee3..bcf40d04077 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,22 +1,29 @@ +Mon Jul 26 17:02:08 1999 David L. Levine <levine@cs.wustl.edu> + + * include/makeinclude/wrapper_macros.GNU: don't override + OBJDIRS on VxWorks with shared libs. This allows + make realclean to work properly on VxWorks, when shared + lib builds are enabled. + Mon Jul 26 15:06:23 1999 Jeff Parsons <parsons@cs.wustl.edu> - * ace/CDR_Stream.i: - * ace/Map_Manager.i: - Had to cast some return values to avoid MSVC signed/unsigned - mismatch type warnings (level 4). + * ace/CDR_Stream.i: + * ace/Map_Manager.i: + Had to cast some return values to avoid MSVC signed/unsigned + mismatch type warnings (level 4). - * ace/config-win32.h: - Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION define, so that - ACE_TEMPLATE_SPECIALIZATION macro adds the necessart - 'template <>' for MSVC, and so averts many many level 4 - warnings. + * ace/config-win32.h: + Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION define, so that + ACE_TEMPLATE_SPECIALIZATION macro adds the necessart + 'template <>' for MSVC, and so averts many many level 4 + warnings. Mon Jul 26 14:10:56 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu> - * ace/DLL.cpp (get_handle): Changed the check of <become_owner> - flag to now reset <close_on_destruction> only if the - <become_owner> is set. Thanks to Bob McWhirter <bob@werken.com> - for pointing this out. + * ace/DLL.cpp (get_handle): Changed the check of <become_owner> + flag to now reset <close_on_destruction> only if the + <become_owner> is set. Thanks to Bob McWhirter <bob@werken.com> + for pointing this out. Mon Jul 26 12:32:41 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu> @@ -24,30 +31,30 @@ Mon Jul 26 12:32:41 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu> Fri Jul 23 18:20:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu> - * ace/config-irix6.x-sgic++-nothreads.h: - Enabled namespaces with MIPSPro 7.2 or higher. + * ace/config-irix6.x-sgic++-nothreads.h: + Enabled namespaces with MIPSPro 7.2 or higher. Fri Jul 23 16:40:15 1999 Carlos O'Ryan <coryan@cs.wustl.edu> - * ace/ACE.cpp: - Fixed typos in error return values for ACE::execname() + * ace/ACE.cpp: + Fixed typos in error return values for ACE::execname() Fri Jul 23 14:51:48 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> - * examples/Service_Configurator/IPC-tests/Handle_L_CODgram, - examples/Service_Configurator/IPC-tests/Handle_L_Dgram, - examples/Service_Configurator/IPC-tests/Handle_L_Pipe: - Cleaned this stuff up so that it builds correctly when - ACE_LACKS_UNIX_DOMAIN_SOCKETS is enabled. Thanks to - David for reporting this. + * examples/Service_Configurator/IPC-tests/Handle_L_CODgram, + examples/Service_Configurator/IPC-tests/Handle_L_Dgram, + examples/Service_Configurator/IPC-tests/Handle_L_Pipe: + Cleaned this stuff up so that it builds correctly when + ACE_LACKS_UNIX_DOMAIN_SOCKETS is enabled. Thanks to + David for reporting this. - * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe: - Made upper_case() a method in the Handle_L_Pipe class. + * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe: + Made upper_case() a method in the Handle_L_Pipe class. - * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp, - examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp: - Removed the bizarre hacks for SunOS4. This stuff probably - hasn't been tested since 1992! + * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp, + examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp: + Removed the bizarre hacks for SunOS4. This stuff probably + hasn't been tested since 1992! Fri Jul 23 14:16:22 1999 Steve Huston <shuston@riverace.com> @@ -61,17 +68,17 @@ Fri Jul 23 14:16:22 1999 Steve Huston <shuston@riverace.com> Fri Jul 23 12:09:18 1999 Nanbor Wang <nanbor@cs.wustl.edu> - * ace/OS.i: Fixed some mismatched ifdef/endif comments. + * ace/OS.i: Fixed some mismatched ifdef/endif comments. - * ace/ACE.cpp (execname): Fixed some misuses of ACE_HAS_WIN32 - macros where they should have been ACE_WIN32. Thanks to Andy - for noticing this. + * ace/ACE.cpp (execname): Fixed some misuses of ACE_HAS_WIN32 + macros where they should have been ACE_WIN32. Thanks to Andy + for noticing this. Fri Jul 23 11:28:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> - * ace/Memory_Pool.cpp (init_acquire): shmat() returns -1 on - failure, not 0. Thanks to Kevin Liu - <kliu@fitch.math.uwaterloo.ca> for reporting this. + * ace/Memory_Pool.cpp (init_acquire): shmat() returns -1 on + failure, not 0. Thanks to Kevin Liu + <kliu@fitch.math.uwaterloo.ca> for reporting this. Fri Jul 23 11:35:31 1999 David L. Levine <levine@cs.wustl.edu> @@ -2978,7 +2985,7 @@ Sun Jun 27 18:03:24 1999 Douglas C. Schmidt <schmidt@danzon.cs.wustl.edu> Sun Jun 27 20:50:02 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> - Added support for IBM's VisualAge C++ compiler. + Added support for IBM's VisualAge C++ compiler. * ace: Added a new config-visualage.h file that automatically includes the proper configurations for IBM's VisualAge C++ diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 41af00636de..1addb6fa6be 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -383,11 +383,11 @@ ifdef shared_libs OBJEXT = so ifndef VXWORKS VDIR = .shobj/ + ifeq ($(BIN),) + #### No executables are being built, so don't create .obj/. + OBJDIRS = .shobj + endif # BIN endif # ! VXWORKS - ifeq ($(BIN),) - #### No executables are being built, so don't create .obj/. - OBJDIRS = .shobj - endif # BIN endif # ! SHLIB endif # ! static_libs |