From 0400944949b1e668235774778642b08f983a5947 Mon Sep 17 00:00:00 2001 From: basney Date: Sat, 29 Nov 2008 18:37:23 +0000 Subject: [PATCH] It turns out that whitespace is very significant in GPT Build_Steps. An extra newline at the end will cause the exit status from the previous line to be dropped. So, I removed newlines after the significant command in each Build_Step. See: http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6544 --- openssh/pkg_data_src.gpt | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/openssh/pkg_data_src.gpt b/openssh/pkg_data_src.gpt index 297bacb..57d6866 100644 --- a/openssh/pkg_data_src.gpt +++ b/openssh/pkg_data_src.gpt @@ -61,24 +61,16 @@ GSICFG="--prefix=INSTALLDIR_GPTMACRO --with-globus=INSTALLDIR_GPTMACRO --with-globus-flavor=FLAVOR_GPTMACRO --disable-strip" - if test "STATIC_LINK_GPTMACRO" = "yes"; then GSICFG="$GSICFG --with-globus-static" fi + GLOBUS_FLAVOR_NAME=FLAVOR_GPTMACRO + export GLOBUS_FLAVOR_NAME + CONFIGENV_GPTMACRO ./configure $GSI_OPENSSH_ARGS GSI_OPENSSH_GPTMACRO $GSICFG - GLOBUS_FLAVOR_NAME=FLAVOR_GPTMACRO - export GLOBUS_FLAVOR_NAME - - CONFIGENV_GPTMACRO ./configure $GSI_OPENSSH_ARGS GSI_OPENSSH_GPTMACRO $GSICFG - + MAKE_GPTMACRO gpt-all - - MAKE_GPTMACRO gpt-all - - - - MAKE_GPTMACRO gpt-install - + MAKE_GPTMACRO gpt-install -- 2.45.2