"do_build.sh" very verbose?

Status
Not open for further replies.

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
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 :confused: and I can't spot the "-v"? that's causing it.

Cheers!

Andy B.

FORGET IT - IT'S ME - SORRY!
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
I don't get the same thing building the 64-bit version. The Devs really tweaked the build files.
 
Status
Not open for further replies.
Top