It's pointless to add BROKEN-* for each and every arch when the code

explicitely checks for i386/amd64/arm and #errors out otherwise. Mark as
ONLY_FOR_ARCHS accordingly.
This commit is contained in:
landry 2012-02-16 21:27:37 +00:00
parent b000af4257
commit db1388714b

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.3 2011/12/22 15:25:42 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2012/02/16 21:27:37 landry Exp $
BROKEN-powerpc= atomic_pointer.h: error Please implement AtomicPointer for this platform
BROKEN-sparc64= atomic_pointer.h: error Please implement AtomicPointer for this platform
#'atomic_pointer.h: error Please implement AtomicPointer for this platform' on other archs
ONLY_FOR_ARCHS= i386 amd64 arm
COMMENT= fast and lightweight key/value database library