Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 238 | Blame | Compare with Previous | Last modification | View Log | RSS feed

Description: Make smartlink echo what it's doing to enable build log checking.

--- a/bin/smartlink
+++ b/bin/smartlink
@@ -224,7 +224,7 @@ case "$UNAME" in
   ;;
 esac
 
-#echo $LINKER $LDOPTS
+echo $LINKER $LDOPTS
 
 # exec $LINKER $LDOPTS
 # Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion.