Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
authorYann Collet <yann.collet.73@gmail.com>
Sat, 26 Jul 2014 14:15:00 +0000 (15:15 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 26 Jul 2014 14:15:00 +0000 (15:15 +0100)
Makefile
NEWS
programs/Makefile

index cfbaed4..c231652 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
 # ################################################################
 
 # Version numbers
-VERSION=120
+VERSION=121
 export RELEASE=r$(VERSION)
 LIBVER_MAJOR=`sed -n '/LZ4_VERSION_MAJOR/s/.*\s\+\([0-9]\+\).*/\1/p' < lz4.h`
 LIBVER_MINOR=`sed -n '/LZ4_VERSION_MINOR/s/.*\s\+\([0-9]\+\).*/\1/p' < lz4.h`
@@ -109,9 +109,8 @@ clean:
 
 
 #------------------------------------------------------------------------
-#make install option is designed for Linux & OSX targets only
-
-ifneq (,$(filter $(shell uname),Linux Darwin))
+#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
 
 liblz4.pc: liblz4.pc.in Makefile
        sed -e 's|@PREFIX@|$(PREFIX)|' \
diff --git a/NEWS b/NEWS
index abb0e6f..889273f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+r121:
+Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
+
 r120:
 Modified : Streaming API, using strong types
 Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
index 09df341..a84f916 100644 (file)
@@ -30,7 +30,7 @@
 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode
 # ##########################################################################
 
-RELEASE=r120
+RELEASE=rc121
 DESTDIR=
 PREFIX=/usr
 CC:=$(CC)
@@ -103,7 +103,9 @@ clean:
        @echo Cleaning completed
 
 
-ifneq (,$(filter $(shell uname),Linux Darwin))
+#------------------------------------------------------------------------
+#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
 
 install: lz4 lz4c
        @echo Installing binaries