Skip to content

Commit

Permalink
Merge branch 'jn/no-g-plus-s-on-bsd' into maint
Browse files Browse the repository at this point in the history
* jn/no-g-plus-s-on-bsd:
  Makefile: do not set setgid bit on directories on GNU/kFreeBSD
  • Loading branch information
Junio C Hamano committed Oct 21, 2011
2 parents 713b85c + 0b20dd8 commit 6e89b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ ifeq ($(uname_S),GNU/kFreeBSD)
NO_STRLCPY = YesPlease
NO_MKSTEMPS = YesPlease
HAVE_PATHS_H = YesPlease
DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
endif
ifeq ($(uname_S),UnixWare)
CC = cc
Expand Down

0 comments on commit 6e89b37

Please sign in to comment.