?revision_form?Rev ?revision_input??revision_submit??revision_endform?
Rev 230 |
Go to most recent revision |
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
@@ -205,7 +205,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.