]> andersk Git - gssapi-openssh.git/commitdiff
It turns out that whitespace is very significant in GPT Build_Steps. OPENSSH_5_2P1_GSSAPI_20090225_GPT-premerge
authorbasney <basney>
Sat, 29 Nov 2008 18:37:23 +0000 (18:37 +0000)
committerbasney <basney>
Sat, 29 Nov 2008 18:37:23 +0000 (18:37 +0000)
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

index 297bacb149064a25b7e32b6bb36d09465076eb3f..57d68667c40d48289f2f2429a55e918cda71fd67 100644 (file)
 
       <Build_Step>
         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</Build_Step>
 
-       GLOBUS_FLAVOR_NAME=FLAVOR_GPTMACRO
-       export GLOBUS_FLAVOR_NAME
-
-        CONFIGENV_GPTMACRO ./configure $GSI_OPENSSH_ARGS GSI_OPENSSH_GPTMACRO $GSICFG
-      </Build_Step>
+      <Build_Step>MAKE_GPTMACRO gpt-all</Build_Step>
 
-      <Build_Step>
-        MAKE_GPTMACRO gpt-all
-      </Build_Step>
-
-      <Build_Step>
-        MAKE_GPTMACRO gpt-install
-      </Build_Step>
+      <Build_Step>MAKE_GPTMACRO gpt-install</Build_Step>
 
     </Build_Instructions>
 
This page took 0.141537 seconds and 5 git commands to generate.