Skip to content

Commit

Permalink
Merge branch 'js/hp-nonstop'
Browse files Browse the repository at this point in the history
Finishing touches to port to HP NonStop continues.

* js/hp-nonstop:
  fix 'make test' for HP NonStop
  • Loading branch information
Junio C Hamano committed Nov 15, 2012
2 parents a2055c2 + 50e6af7 commit 1f0335a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,10 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
MKDIR_WO_TRAILING_SLASH = YesPlease
# RFE 10-120912-4693 submitted to HP NonStop development.
NO_SETITIMER = UnfortunatelyYes
SANE_TOOL_PATH=/usr/coreutils/bin:/usr/local/bin
SHELL_PATH=/usr/local/bin/bash
# as of H06.25/J06.14, we might better use this
#SHELL_PATH=/usr/coreutils/bin/bash
endif
ifneq (,$(findstring MINGW,$(uname_S)))
pathsep = ;
Expand Down

0 comments on commit 1f0335a

Please sign in to comment.