projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f94fbbe
)
Solaris 9 also wants our own unsetenv/setenv.
author
Dennis Stosberg
<dennis@stosberg.net>
Tue, 11 Apr 2006 18:42:26 +0000
(11:42 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 11 Apr 2006 18:42:26 +0000
(11:42 -0700)
[jc: the original had "index() is evil" but that should be a
separate patch.]
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
caca292
..
50c5ccb
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-248,6
+248,10
@@
ifeq ($(uname_S),SunOS)
NO_UNSETENV = YesPlease
NO_SETENV = YesPlease
endif
+ ifeq ($(uname_R),5.9)
+ NO_UNSETENV = YesPlease
+ NO_SETENV = YesPlease
+ endif
INSTALL = ginstall
TAR = gtar
ALL_CFLAGS += -D__EXTENSIONS__