Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fixes'
author
Junio C Hamano
<junkio@cox.net>
Mon, 10 Oct 2005 23:17:02 +0000
(16:17 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 10 Oct 2005 23:17:02 +0000
(16:17 -0700)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
compact
(merge:
32e49d5
18e410f
)
diff --combined
Makefile
index 68433669949494734cd6a9efab9dac00fe5980fd,e67d0e78228d186a4358ede07bb686bbac53678b..39d13613ad180da355a42c04868de53d43987174
---
1
/
Makefile
---
2
/
Makefile
+++ b/
Makefile
@@@
-48,7
-48,7
+48,7
@@@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.8
+GIT_VERSION = 0.99.8
c
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)
@@@
-180,6
-180,7
+180,7
@@@
ifneq (,$(findstring arm,$(shell uname
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