added OpenBSD NetBSD SunOS to list of supported `make install` OSes
authorPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 10 Feb 2017 14:00:27 +0000 (15:00 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 10 Feb 2017 14:00:27 +0000 (15:00 +0100)
Makefile
tests/Makefile

index 2d0a9d4..4229f41 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,10 +86,10 @@ clean:
        @echo Cleaning completed
 
 
-#------------------------------------------------------------------------
-#make install is validated only for Linux, OSX, kFreeBSD, Hurd and
-#FreeBSD targets
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly))
+#-----------------------------------------------------------------------------
+# 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))
 HOST_OS = POSIX
 
 install:
index 5f8efb7..77e6ae7 100644 (file)
@@ -121,9 +121,9 @@ versionsTest:
        $(PYTHON) test-lz4-versions.py
 
 
-#------------------------------------------------------------------------
-#make test is validated only for Linux, OSX, kFreeBSD, FreeBSD, Hurd and
-#Solaris targets
+#-----------------------------------------------------------------------------
+# 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))
 
 MD5:=md5sum