X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=1e1c1b27db7c8cfe0eefe442721d021bf28624c9;hb=750a09a7de63c92868cff41a3151eac320c77fa0;hp=747b06447accee7f277346cc058429ad30d57892;hpb=2af60a0521a8d0514e8bb1ca371cc9d502ea1c58;p=git.git diff --git a/Makefile b/Makefile index 747b0644..1e1c1b27 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.8b +GIT_VERSION = 0.99.8e CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) @@ -116,7 +116,7 @@ PROGRAMS = \ git-ssh-upload git-tar-tree git-unpack-file \ git-unpack-objects git-update-index git-update-server-info \ git-upload-pack git-verify-pack git-write-tree \ - git-update-ref git-symbolic-ref \ + git-update-ref git-symbolic-ref git-check-ref-format \ $(SIMPLE_PROGRAMS) # Backward compatibility -- to be removed after 1.0 @@ -180,6 +180,7 @@ ifneq (,$(findstring arm,$(shell uname -m))) ARM_SHA1 = YesPlease endif ifeq ($(shell uname -s),OpenBSD) + NO_STRCASESTR = YesPlease NEEDS_LIBICONV = YesPlease PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib endif