File: smartlink_verbose.patch

package info (click to toggle)
pike7.8 7.8.866-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,304 kB
  • ctags: 28,082
  • sloc: ansic: 252,877; xml: 36,537; makefile: 4,214; sh: 2,879; lisp: 655; asm: 591; objc: 212; pascal: 157; sed: 34
file content (13 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Make smartlink echo what it's doing to enable build log checking.

--- a/bin/smartlink
+++ b/bin/smartlink
@@ -200,7 +200,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.