On Tue, Oct 30, 2012 at 10:21:40AM +0100, Joachim Schmitz wrote:

> This fixes the vast majority of test failures on HP NonStop.
> Some test don't work with /bin/diff, some fail with /bin/tar,
> so let's put /usr/local/bin in PATH first. 
> Some tests fail with /bin/sh (link to /bin/ksh) so use bash instead
> 
> Signed-off-by: Joachim Schmitz <j...@schmitz-digital.de>
> ---
> 
> Makefile | 9 +++++++++
> 1 file changed, 9 insertions(+)
> 
> diff --git a/Makefile b/Makefile
> index f69979e..35380dd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1381,6 +1381,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 = ;

Your patch was whitespace damaged, but I was able to fix it up. Thanks.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to