added OpenBSD NetBSD SunOS to list of supported make install
OSes
This commit is contained in:
parent
272699a4e9
commit
c139eb40b0
8
Makefile
8
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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user