Couch Potato
Dabbler
- Joined
- Jun 22, 2011
- Messages
- 15
Hi,
I've just built 7828 for i386...
Is it just me or is "sh build/do_build.sh" running verbose? I'm seeing o/p such as
rather than the more usual
This isn't a problem - it just seems a bit odd
and I can't spot the "-v"? that's causing it.
Cheers!
Andy B.
FORGET IT - IT'S ME - SORRY!
I've just built 7828 for i386...
Is it just me or is "sh build/do_build.sh" running verbose? I'm seeing o/p such as
Code:
+ echo SRCCONF=/dev/null + install_world + pprint 2 installworld + [ 2 -le 3 ] + date +%s + runtime=12 + date -u -r 12 +%H:%M:%S + printf '%s %.2s %s\n' 00:00:12 '#####' installworld 00:00:12 ## installworld + pprint 3 'log: /usr/local/freenas/trunk/obj.i386/_.iw' + [ 3 -le 3 ] + date +%s + runtime=12 + date -u -r 12 +%H:%M:%S + printf '%s %.3s %s\n' 00:00:12 '#####' 'log: /usr/local/freenas/trunk/obj.i386/_.iw' 00:00:12 ### log: /usr/local/freenas/trunk/obj.i386/_.iw
rather than the more usual
Code:
00:00:12 ## installworld 00:00:12 ### log: /usr/local/freenas/trunk/obj.i386/_.iw
This isn't a problem - it just seems a bit odd
Cheers!
Andy B.
FORGET IT - IT'S ME - SORRY!