From c139eb40b0d78db390bdc37188eb696d9272f9c4 Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Fri, 10 Feb 2017 15:00:27 +0100 Subject: added OpenBSD NetBSD SunOS to list of supported `make install` OSes --- Makefile | 8 ++++---- tests/Makefile | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 2d0a9d4..4229f41 100644 --- 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: diff --git a/tests/Makefile b/tests/Makefile index 5f8efb7..77e6ae7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 -- cgit v0.12