All of lore.kernel.org
 help / color / mirror / Atom feed
* Missing CMake compilation for different OSes common/*_errno.cc
@ 2017-06-04 21:52 Willem Jan Withagen
  2017-06-05  2:31 ` Sage Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Willem Jan Withagen @ 2017-06-04 21:52 UTC (permalink / raw)
  To: Ceph Development

Hi,

I found the following in src/common/Makefile.am:
if SOLARIS
libcommon_internal_la_SOURCES += \
        common/solaris_errno.cc
endif

if AIX
libcommon_internal_la_SOURCES += \
        common/aix_errno.cc
endif

But I seem to be unable to find its counterpart in the Cmake files.

Is this an "oversight", or part of thet code that is not excersized
anyways on these platforms?

--WjW

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Missing CMake compilation for different OSes common/*_errno.cc
  2017-06-04 21:52 Missing CMake compilation for different OSes common/*_errno.cc Willem Jan Withagen
@ 2017-06-05  2:31 ` Sage Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Sage Weil @ 2017-06-05  2:31 UTC (permalink / raw)
  To: Willem Jan Withagen; +Cc: Ceph Development

On Sun, 4 Jun 2017, Willem Jan Withagen wrote:
> Hi,
> 
> I found the following in src/common/Makefile.am:
> if SOLARIS
> libcommon_internal_la_SOURCES += \
>         common/solaris_errno.cc
> endif
> 
> if AIX
> libcommon_internal_la_SOURCES += \
>         common/aix_errno.cc
> endif
> 
> But I seem to be unable to find its counterpart in the Cmake files.
> 
> Is this an "oversight", or part of thet code that is not excersized
> anyways on these platforms?

Oversight, I think!
sage

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-05  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-04 21:52 Missing CMake compilation for different OSes common/*_errno.cc Willem Jan Withagen
2017-06-05  2:31 ` Sage Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.