libatomic_ops: Drop MESSAGE (because it contains no MESSAGE content)

MESSAGE is for information that is so important to someone who
installs a package that bad things might happen if that information is
not known.  This file contains a statement about the kinds of header
files that are installed.  This is both unimportant, in that nothing
happens unless you try to build with the header file, and redundant
with the upstream documentation of how to use the library.
Additionally, the vast majority of people installing this package do
so as a dependency of some other package, not because they are trying
to write code that uses the library -- and if so they need to read the
upstream documentation anyway.
This commit is contained in:
gdt 2020-05-10 13:10:34 +00:00
parent bdf02c9251
commit 96d8b0be5e

View file

@ -1,14 +0,0 @@
===========================================================================
$NetBSD: MESSAGE,v 1.3 2020/05/10 05:06:21 rillig Exp $
There are two kinds of entities in:
${PREFIX}/include/atomic_ops/sysdeps
- Subdirectories corresponding to specific compilers
(or compiler/OS combinations).
Each of these includes one or more architecture-specific headers.
- More generic header files corresponding to a particular ordering and/or
atomicity property that might be shared by multiple hardware platforms.
===========================================================================