summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbrosson <fbrosson@users.noreply.github.com>2018-05-17 16:52:53 (GMT)
committerfbrosson <fbrosson@users.noreply.github.com>2018-05-17 16:52:53 (GMT)
commit2149b1a8f6b763e558a1b99a933921ef271fba92 (patch)
treee554e16d74d41f88a849bd3d5b1facd21b7a2fb6
parentbf6fd938e522150e2a30bee978102769a51f4b3e (diff)
downloadlz4-2149b1a8f6b763e558a1b99a933921ef271fba92.zip
lz4-2149b1a8f6b763e558a1b99a933921ef271fba92.tar.gz
lz4-2149b1a8f6b763e558a1b99a933921ef271fba92.tar.bz2
Add Haiku as a validated target.
lz4 1.8.2 works fine on Haiku and passes all tests.
-rw-r--r--Makefile2
-rw-r--r--lib/Makefile2
-rw-r--r--programs/Makefile2
-rw-r--r--tests/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 86613fd..4afd03f 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ clean:
#-----------------------------------------------------------------------------
# make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
HOST_OS = POSIX
.PHONY: install uninstall
diff --git a/lib/Makefile b/lib/Makefile
index abb6c07..d2ce31d 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -123,7 +123,7 @@ clean:
#-----------------------------------------------------------------------------
# make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
.PHONY: listL120
listL120: # extract lines >= 120 characters in *.{c,h}, by Takayuki Matsuoka (note : $$, for Makefile compatibility)
diff --git a/programs/Makefile b/programs/Makefile
index 72bdcaa..655efbc 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -109,7 +109,7 @@ clean:
#-----------------------------------------------------------------------------
# make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
unlz4: lz4
ln -s lz4 unlz4
diff --git a/tests/Makefile b/tests/Makefile
index d238561..ac86c3e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -129,7 +129,7 @@ checkTag: checkTag.c $(LZ4DIR)/lz4.h
#-----------------------------------------------------------------------------
# validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
MD5:=md5sum
ifneq (,$(filter $(shell uname), Darwin ))