Subversion Repositories

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

Rev 238 | Details | Compare with Previous | 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
300 magnus 5
@@ -224,7 +224,7 @@ case "$UNAME" in
209 holmgren 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.