Rev 230 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
209 | holmgren | 1 | Description: Make smartlink echo what it's doing to enable build log checking. |
2 | |||
3 | --- a/bin/smartlink |
||
4 | +++ b/bin/smartlink |
||
5 | @@ -200,7 +200,7 @@ case "$UNAME" in |
||
6 | ;; |
||
7 | esac |
||
8 | |||
9 | -#echo $LINKER $LDOPTS |
||
10 | +echo $LINKER $LDOPTS |
||
11 | |||
12 | # exec $LINKER $LDOPTS |
||
13 | # Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion. |